Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 05:19:45 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335811 - in head: games/nonsense ports-mgmt/symports sysutils/timelimit
Message-ID:  <201312070519.rB75JjeZ099573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312070519.rB75JjeZ099573>