aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-12-06 09:14:13 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-12-06 09:14:13 +0000
commit325d7d2c22d430acf96764379f3701a629e8dca2 (patch)
treeb1acb49e9a6f9a033584187c570ccf1150335b78 /Mk/bsd.port.mk
parentc93afd21d1e513670d74bf38d1d842554a1d8d63 (diff)
downloadports-325d7d2c22d430acf96764379f3701a629e8dca2.tar.gz
ports-325d7d2c22d430acf96764379f3701a629e8dca2.zip
- Use NO_ARCH instead of NOARCH for consistency with other NO_ knobs
Suggested by: Eugene Stenkin <eugeni.stenkin@gmail.com> Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=335727
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 94085d035aa6..43b737273852 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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").