svn commit: r335727 - head/Mk

Alex Kozlov ak at FreeBSD.org
Fri Dec 6 09:14:14 UTC 2013


Author: ak
Date: Fri Dec  6 09:14:13 2013
New Revision: 335727
URL: http://svnweb.freebsd.org/changeset/ports/335727

Log:
  - Use NO_ARCH instead of NOARCH for consistency with other NO_ knobs
  
  Suggested by:	Eugene Stenkin <eugeni.stenkin at gmail.com>
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.pkgng.mk
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.pkgng.mk
==============================================================================
--- head/Mk/bsd.pkgng.mk	Fri Dec  6 09:11:25 2013	(r335726)
+++ head/Mk/bsd.pkgng.mk	Fri Dec  6 09:14:13 2013	(r335727)
@@ -45,7 +45,7 @@ create-manifest:
 	@${ECHO_CMD} "  "${COMMENT:Q} >> ${MANIFESTF}
 	@${ECHO_CMD} "maintainer: ${MAINTAINER}" >> ${MANIFESTF}
 	@${ECHO_CMD} "prefix: ${PREFIX}" >> ${MANIFESTF}
-.if defined(NOARCH)
+.if defined(NO_ARCH)
 	@${ECHO_CMD} "arch: `${PKG_BIN} config abi | ${CUT} -d: -f1,2`:*" >> ${MANIFESTF}
 .endif
 .if defined(WWW)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Dec  6 09:11:25 2013	(r335726)
+++ head/Mk/bsd.port.mk	Fri Dec  6 09:14:13 2013	(r335727)
@@ -215,7 +215,7 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #				  generated on the fly.
 #				  Default: not set.
 #
-# NOARCH			- Set this if port is architecture neutral.
+# NO_ARCH			- Set this if port is architecture neutral.
 #
 # Set these if your port only makes sense to certain architectures.
 # They are lists containing names for them (e.g., "amd64 i386").


More information about the svn-ports-head mailing list