diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-21 03:21:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-21 03:21:52 +0800 |
commit | e9c9a12d9a89ef50228854666111c431dc1fd7e3 (patch) | |
tree | 9f6439057c1efce372df04fe47cbbc2e51c3aec3 | |
parent | 82bc4221e8c0901330a0e6b47991b3aea1d523dc (diff) | |
download | freebsd-ports-gnome-e9c9a12d9a89ef50228854666111c431dc1fd7e3.tar.gz freebsd-ports-gnome-e9c9a12d9a89ef50228854666111c431dc1fd7e3.tar.zst freebsd-ports-gnome-e9c9a12d9a89ef50228854666111c431dc1fd7e3.zip |
- Add NO_ARCH
- Simplify case of EXAMPLES disabled, no need for special handling here
Approved by: portmgr blanket
-rw-r--r-- | sysutils/sysgather/Makefile | 7 |
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 |