diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-12 09:59:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-12 09:59:44 +0000 |
commit | b099dacd53d6d3cf50d5b88fe530ad317fc05752 (patch) | |
tree | b836b1a280295783094dfa03fd9d5578e1fd1300 /mk/help | |
parent | 2e7ea41b858fb0628e8d9ca78d0720c438fb4376 (diff) | |
download | pkgsrc-b099dacd53d6d3cf50d5b88fe530ad317fc05752.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.help | 6 |
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. +# |