summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-12 09:59:44 +0000
committerrillig <rillig>2007-09-12 09:59:44 +0000
commitec1dc2ce46a4096f5bbe821e2975258f803a883b (patch)
treeb836b1a280295783094dfa03fd9d5578e1fd1300 /mk/help
parentd2212ae945dd41c1bce79d20f72e8bfa9f2fb2b0 (diff)
downloadpkgsrc-ec1dc2ce46a4096f5bbe821e2975258f803a883b.tar.gz
ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commented
form.
Diffstat (limited to 'mk/help')
-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.
+#