Date: Fri, 6 Dec 2013 09:14:13 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335727 - head/Mk Message-ID: <201312060914.rB69EDrO083234@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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").
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312060914.rB69EDrO083234>