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 /sysutils | |
| parent | e4eefd3f1e344c567f932fef63a6f04a0bb4eba4 (diff) | |
Notes
Diffstat (limited to 'sysutils')
26 files changed, 67 insertions, 0 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 2c09b3d7e032..476f4083169f 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -62,6 +62,9 @@ MAN5= printcap.5 lpd.conf.5 lpd.perms.5 MAN8= lpc.8 checkpc.8 lpd.8 NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/bbcp/Makefile b/sysutils/bbcp/Makefile index 84dbe1b3c0c9..3fc67b9b0ba5 100644 --- a/sysutils/bbcp/Makefile +++ b/sysutils/bbcp/Makefile @@ -19,6 +19,9 @@ PORTDOCS= ${PORTNAME}.pdf USE_XZ= yes NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/sysutils/bsdadminscripts/Makefile b/sysutils/bsdadminscripts/Makefile index 74db4a4edd2d..a448af4f9476 100644 --- a/sysutils/bsdadminscripts/Makefile +++ b/sysutils/bsdadminscripts/Makefile @@ -15,6 +15,9 @@ NO_BUILD= yes MANCOMPRESSED= yes NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index 2d11ee6a83ca..1300504330db 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -32,6 +32,8 @@ USES= compiler:nestedfct gmake PLIST_FILES= bin/busybox +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 458844d0b940..6d7e725c102a 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -32,6 +32,8 @@ USES= compiler:nestedfct gmake PLIST_FILES= bin/busybox +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile index 402e12c37c09..267489d9fef7 100644 --- a/sysutils/cdrtools-devel/Makefile +++ b/sysutils/cdrtools-devel/Makefile @@ -89,6 +89,9 @@ MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \ CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libiconv.a) || \ diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 081845f9dc47..780f12649f02 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -87,6 +87,9 @@ MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \ CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if exists(${LOCALBASE}/lib/libiconv.a) || \ diff --git a/sysutils/dc3dd/Makefile b/sysutils/dc3dd/Makefile index c5d88e3ad5c8..0beade95195c 100644 --- a/sysutils/dc3dd/Makefile +++ b/sysutils/dc3dd/Makefile @@ -22,6 +22,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAN1= dc3dd.1 NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 1a5c4ebebaf7..9abf07558e2a 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -20,6 +20,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/sysutils/dupmerge/Makefile b/sysutils/dupmerge/Makefile index 54016ab23a4f..a9c510ceca5e 100644 --- a/sysutils/dupmerge/Makefile +++ b/sysutils/dupmerge/Makefile @@ -17,6 +17,8 @@ ALL_TARGET= dupmerge PLIST_FILES= bin/dupmerge PORTDOCS= readme.txt +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 59b40d4bb902..035bf0d4fd41 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -28,6 +28,9 @@ USE_GMAKE= yes USE_LDCONFIG= yes NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 40722a3a6803..20fb1bac6868 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -21,6 +21,9 @@ GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog INSTALL README NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-extract: diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index e6c688a2e860..2646c8c83c1b 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -25,6 +25,9 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> pre-patch: diff --git a/sysutils/hourglass/Makefile b/sysutils/hourglass/Makefile index 6480ff1ace1c..750ecd9d8d73 100644 --- a/sysutils/hourglass/Makefile +++ b/sysutils/hourglass/Makefile @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/busy bin/hourglass PORTDOCS= CALIBRATION +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> THREAD_LIBS= -pthread diff --git a/sysutils/keyboard-daemon/Makefile b/sysutils/keyboard-daemon/Makefile index 3f20fae30b56..d2ce87c5b297 100644 --- a/sysutils/keyboard-daemon/Makefile +++ b/sysutils/keyboard-daemon/Makefile @@ -18,6 +18,8 @@ USE_RC_SUBR= ${PORTNAME:S/-/_/} PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTEXAMPLES= * +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> do-install: diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index 4d6c3e889bb8..49dd8f867502 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -29,6 +29,8 @@ SUB_FILES= pkg-message CONFIGS= config.cfg lam.conf WRITEABLES= config sess tmp +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile index 63df9a909a47..62838ce30bde 100644 --- a/sysutils/multitail/Makefile +++ b/sysutils/multitail/Makefile @@ -21,6 +21,8 @@ PLIST_FILES= bin/multitail etc/multitail.conf.sample \ man/man1/multitail.1.gz PORTDOCS= readme.txt license.txt +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index d7943b94577a..ddb31a7a0589 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -18,6 +18,8 @@ CFLAGS+= -Dgetopt_long_only=getopt_long EXTRA_PATCHES= ${FILESDIR}/extrapatch-progsreiserfs::libmisc::Makefile.in +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile index c50e27fdcc4b..224cfca32c59 100644 --- a/sysutils/puppet27/Makefile +++ b/sysutils/puppet27/Makefile @@ -53,6 +53,9 @@ PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE PATCHES_DESC= Optional exclusive patches NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPACKAGE_ORIGIN} diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 4ac1e24f4890..1485bbccda9b 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \ GNU_CONFIGURE= yes +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/sortu/Makefile b/sysutils/sortu/Makefile index e0436b552251..0e3683c96087 100644 --- a/sysutils/sortu/Makefile +++ b/sysutils/sortu/Makefile @@ -19,6 +19,9 @@ PLIST_FILES= bin/sortu ALL_TARGET= sortu NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index 3849ab9542cd..18ac047e8b9e 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -29,6 +29,9 @@ PLIST_FILES= bin/spiped bin/spipe USE_RC_SUBR= spiped NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index c4c2d394ad1a..0f58d5d3ed30 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -57,6 +57,9 @@ MLINKS= pbs_sched_cc.8 pbs_sched.8 \ pbs_resources_freebsd.7 pbs_resources.7 NO_STAGE= yes + +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile index 43c79a4bcf08..60fb9146655f 100644 --- a/sysutils/ua/Makefile +++ b/sysutils/ua/Makefile @@ -16,6 +16,8 @@ PLIST_FILES= bin/kua bin/ua \ PORTDOCS= README MAN1= kua.1 ua.1 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/sysutils/usbutils/Makefile b/sysutils/usbutils/Makefile index ac5adf769164..a1882d3f0c03 100644 --- a/sysutils/usbutils/Makefile +++ b/sysutils/usbutils/Makefile @@ -23,6 +23,9 @@ MAN8= lsusb.8 PORTDOCS= AUTHORS ChangeLog NEWS README NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ diff --git a/sysutils/zfstools/Makefile b/sysutils/zfstools/Makefile index d1d1672f7d59..6f1e14a480ae 100644 --- a/sysutils/zfstools/Makefile +++ b/sysutils/zfstools/Makefile @@ -22,6 +22,8 @@ NO_BUILD= yes SUB_FILES= pkg-message +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: |
