svn commit: r335811 - in head: games/nonsense ports-mgmt/symports sysutils/timelimit

Eitan Adler eadler at FreeBSD.org
Sat Dec 7 05:19:46 UTC 2013


Author: eadler
Date: Sat Dec  7 05:19:44 2013
New Revision: 335811
URL: http://svnweb.freebsd.org/changeset/ports/335811

Log:
  Add recently added NO_ARCH variable to some of my ports which can use it.

Modified:
  head/games/nonsense/Makefile
  head/ports-mgmt/symports/Makefile
  head/sysutils/timelimit/Makefile

Modified: head/games/nonsense/Makefile
==============================================================================
--- head/games/nonsense/Makefile	Sat Dec  7 05:09:57 2013	(r335810)
+++ head/games/nonsense/Makefile	Sat Dec  7 05:19:44 2013	(r335811)
@@ -9,7 +9,8 @@ MASTER_SITES=	SF
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	Nonsense text generator
 
-NO_BUILD=	defined
+NO_BUILD=	yes
+NO_ARCH=	yes
 
 .include <bsd.port.options.mk>
 

Modified: head/ports-mgmt/symports/Makefile
==============================================================================
--- head/ports-mgmt/symports/Makefile	Sat Dec  7 05:09:57 2013	(r335810)
+++ head/ports-mgmt/symports/Makefile	Sat Dec  7 05:19:44 2013	(r335811)
@@ -13,6 +13,7 @@ LICENSE=	BSD
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/symports.1.gz
 

Modified: head/sysutils/timelimit/Makefile
==============================================================================
--- head/sysutils/timelimit/Makefile	Sat Dec  7 05:09:57 2013	(r335810)
+++ head/sysutils/timelimit/Makefile	Sat Dec  7 05:19:44 2013	(r335811)
@@ -14,6 +14,7 @@ LICENSE=	BSD
 CONFLICTS=	netpipes-[0-9]*
 
 PLIST_FILES=	bin/timelimit man/man1/timelimit.1.gz
+NO_ARCH=	yes
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list