aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysgather
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-20 19:21:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-20 19:21:52 +0000
commit2f6cd795f2dd9ef2fdb5c52c70a590927c7ec9f1 (patch)
tree9f6439057c1efce372df04fe47cbbc2e51c3aec3 /sysutils/sysgather
parent357df036a77a771ac09a88d05256f6290ca5828c (diff)
downloadports-2f6cd795f2dd9ef2fdb5c52c70a590927c7ec9f1.tar.gz
ports-2f6cd795f2dd9ef2fdb5c52c70a590927c7ec9f1.zip
- Add NO_ARCH
- Simplify case of EXAMPLES disabled, no need for special handling here Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397386
Diffstat (limited to 'sysutils/sysgather')
-rw-r--r--sysutils/sysgather/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile
index 1248d06c9008..95ba9100a544 100644
--- a/sysutils/sysgather/Makefile
+++ b/sysutils/sysgather/Makefile
@@ -17,15 +17,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix uidfix
SHEBANG_FILES= sysgather.pl
+NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
-.include <bsd.port.options.mk>
-
-.if empty(PORT_OPTIONS:MEXAMPLES)
-MAKE_ENV+= EXAMPLESDIR="${WRKDIR}"
-.endif
-
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/sysgather.conf.default \
${STAGEDIR}${PREFIX}/etc/sysgather.conf.sample