Date: Sun, 20 Sep 2015 19:21:52 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397386 - head/sysutils/sysgather Message-ID: <201509201921.t8KJLqBC052311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Sep 20 19:21:52 2015 New Revision: 397386 URL: https://svnweb.freebsd.org/changeset/ports/397386 Log: - Add NO_ARCH - Simplify case of EXAMPLES disabled, no need for special handling here Approved by: portmgr blanket Modified: head/sysutils/sysgather/Makefile Modified: head/sysutils/sysgather/Makefile ============================================================================== --- head/sysutils/sysgather/Makefile Sun Sep 20 19:21:30 2015 (r397385) +++ head/sysutils/sysgather/Makefile Sun Sep 20 19:21:52 2015 (r397386) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509201921.t8KJLqBC052311>