Ticket #23212: gzip-doc-variant.diff
File gzip-doc-variant.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
files/patch-Makefile.am-no-doc.diff
1 --- Makefile.am.orig 2010-03-23 10:40:24.000000000 -0500 2 +++ Makefile.am 2010-03-23 10:40:41.000000000 -0500 3 @@ -17,7 +17,7 @@ 4 # with this program; if not, write to the Free Software Foundation, Inc., 5 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 6 7 -SUBDIRS = lib doc 8 +SUBDIRS = lib 9 ACLOCAL_AMFLAGS = -I m4 10 AM_CPPFLAGS = -I$(top_srcdir)/lib 11 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) -
Portfile
4 4 5 5 name gzip 6 6 version 1.4 7 revision 1 7 8 categories archivers 8 9 platforms darwin freebsd 9 10 maintainers mww openmaintainer … … 23 24 patchfiles \ 24 25 patch-gzip-rsyncable.diff 25 26 27 variant doc description {Install documentation} { 28 depends_build-append port:texinfo 29 } 30 if {![variant_isset doc]} { 31 patchfiles-append patch-Makefile.am-no-doc.diff 32 use_autoreconf yes 33 } 34 26 35 configure.args DEFS=NO_ASM 27 36 28 37 use_parallel_build yes