svn commit: r397386 - head/sysutils/sysgather

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 20 19:21:53 UTC 2015


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


More information about the svn-ports-all mailing list