diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
commit | 5005b67362a735dc18d3d85170eae34e1fb6feab (patch) | |
tree | 3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /archivers | |
parent | e4eefd3f1e344c567f932fef63a6f04a0bb4eba4 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/aolserver-nszlib/Makefile | 2 | ||||
-rw-r--r-- | archivers/dact/Makefile | 2 | ||||
-rw-r--r-- | archivers/freeze/Makefile | 2 | ||||
-rw-r--r-- | archivers/javatar/Makefile | 2 | ||||
-rw-r--r-- | archivers/lha-ac/Makefile | 2 | ||||
-rw-r--r-- | archivers/libpar2/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 2 | ||||
-rw-r--r-- | archivers/makeself/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-lzma/Makefile | 2 | ||||
-rw-r--r-- | archivers/ruby-libarchive/Makefile | 2 | ||||
-rw-r--r-- | archivers/star/Makefile | 2 |
11 files changed, 22 insertions, 0 deletions
diff --git a/archivers/aolserver-nszlib/Makefile b/archivers/aolserver-nszlib/Makefile index 5e1cd57ee7cb..d9a533c0e152 100644 --- a/archivers/aolserver-nszlib/Makefile +++ b/archivers/aolserver-nszlib/Makefile @@ -37,6 +37,8 @@ PLIST_FILES= ${AOLSERVERBASE}/bin/nszlib.so \ PORTDOCS= ChangeLog README example.tcl +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's/^MODLIBS =/MODLIBS +=/g' \ diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index c511c4199d99..10b54843ae77 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -23,6 +23,8 @@ MAKE_ARGS= TOBUILD="dact libdact.so dact.conf" MAN1= dact.1 USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e "s|prefix = @prefix@|prefix = ${PREFIX}|" \ diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile index 86231f61ad79..e8cd0329d616 100644 --- a/archivers/freeze/Makefile +++ b/archivers/freeze/Makefile @@ -20,6 +20,8 @@ MAN1= freeze.1 melt.1 unfreeze.1 fcat.1 statist.1 PLIST_FILES= bin/fcat bin/freeze bin/melt bin/statist bin/unfreeze PORTDOCS= README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/archivers/javatar/Makefile b/archivers/javatar/Makefile index 117ce2e38b6b..d8acf6ade1ee 100644 --- a/archivers/javatar/Makefile +++ b/archivers/javatar/Makefile @@ -24,6 +24,8 @@ PORTDOCS= api LICENSE License.html readme.html tarman.html JARFILES= tar.jar PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 38e4b5edb712..48e86e3e6497 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -21,6 +21,8 @@ MANLANG= ja MAN1_JA= lha-ac.1 PLIST_FILES+= ${__MANPAGES} +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index 2cc1217f84f0..c307e91031d8 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -21,6 +21,8 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes USES= pkgconfig +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index ba371ec12559..b33520d082c2 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MDOCS} diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index f0d9a48a4554..55525a5ac893 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -24,6 +24,8 @@ PLIST_FILES= bin/makeself bin/makeself-header \ PORTDOCS= README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index 0004a258c978..40e973ed4ec6 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -27,6 +27,8 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= usage.txt +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/archivers/ruby-libarchive/Makefile b/archivers/ruby-libarchive/Makefile index 63a4daf2632f..75f1c158ff7a 100644 --- a/archivers/ruby-libarchive/Makefile +++ b/archivers/ruby-libarchive/Makefile @@ -21,6 +21,8 @@ WRKSRC= ${WRKDIR}/ext DOCS= README.txt doc +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 48ab46cc2da1..f41b4365934a 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -30,6 +30,8 @@ PORTDOCS= README README.crash README.mtio README.pattern STARvsGNUTAR \ README.ACL README.largefiles README.otherbugs \ README.posix-2001 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |