diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-29 20:12:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-29 20:12:49 +0000 |
commit | 7bdb8e4da7440b7ecc12f1ebc9adedf43bcfa95d (patch) | |
tree | c70ba4c8a253895a740323f7f6014ab0fd7ebf1c /mk | |
parent | 6726d2acacb1d6eca94b6c59fdfe4fc40c93fcab (diff) | |
download | pkgsrc-7bdb8e4da7440b7ecc12f1ebc9adedf43bcfa95d.tar.gz |
Added a "see also" entry.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/configure/check-portability.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/configure/check-portability.sh b/mk/configure/check-portability.sh index ad9fa46bbb3..079571017f9 100644 --- a/mk/configure/check-portability.sh +++ b/mk/configure/check-portability.sh @@ -1,4 +1,4 @@ -# $NetBSD: check-portability.sh,v 1.4 2006/10/23 16:07:12 rillig Exp $ +# $NetBSD: check-portability.sh,v 1.5 2006/10/29 20:12:49 rillig Exp $ # # This program checks the extracted files for portability issues that # are likely to result in false assumptions by the package. @@ -14,6 +14,9 @@ # # SKIP_FILTER: A shell command that excludes some patterns. # +# See also: +# mk/configure/check-portability.mk +# set -eu |