summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-12 09:59:44 +0000
committerrillig <rillig>2007-09-12 09:59:44 +0000
commitcce1881de6ad903f142858dceb4a80e69ebb5e3d (patch)
treeb836b1a280295783094dfa03fd9d5578e1fd1300 /mk
parent975cef0e67d0c37be6508e60c99a331f545e48e2 (diff)
downloadpkgsrc-cce1881de6ad903f142858dceb4a80e69ebb5e3d.tar.gz
ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commented
form.
Diffstat (limited to 'mk')
-rw-r--r--mk/help/notonly.help6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/help/notonly.help b/mk/help/notonly.help
index c5de9599208..36440616615 100644
--- a/mk/help/notonly.help
+++ b/mk/help/notonly.help
@@ -1,4 +1,4 @@
-# $NetBSD: notonly.help,v 1.1 2007/09/12 09:55:37 rillig Exp $
+# $NetBSD: notonly.help,v 1.2 2007/09/12 09:59:44 rillig Exp $
# === Package-settable variables ===
#
@@ -16,3 +16,7 @@
# Platforms are triples of OPSYS, OS_VERSION and MACHINE_ARCH, separated
# by dashes. Each of the components may be the wildcard "*".
#
+# Whenever you use these variables in a package Makefile, add a comment
+# nearby _why_ you are restricting the list of platforms. Otherwise
+# these restrictions may be quickly removed by other developers.
+#