summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-23 14:40:14 +0000
committerrillig <rillig@pkgsrc.org>2006-10-23 14:40:14 +0000
commitc14791a52e55a19dde451bc29c3d6e5d44b8fa8a (patch)
treed66103b62a45cb6cee43310ee182acb6cc507036 /mk/bsd.pkg.mk
parent33e2b68cc09a2f31b8da0e64b9e298ad8270a2a0 (diff)
downloadpkgsrc-c14791a52e55a19dde451bc29c3d6e5d44b8fa8a.tar.gz
Moved the help system into its own subdirectory. Extracted the AWK
program into its own file, since that way, one can add comments to the code. For convenience, keyword search is case insensitive.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 790781698d5..5e0beb34eb6 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1891 2006/10/22 07:20:06 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1892 2006/10/23 14:40:14 rillig Exp $
#
# This file is in the public domain.
#
@@ -946,5 +946,5 @@ changes-entry:
.include "${PKGSRCDIR}/mk/bsd.pkg.debug.mk"
.endif
.if make(help)
-.include "${PKGSRCDIR}/mk/bsd.pkg.help.mk"
+.include "${PKGSRCDIR}/mk/help/help.mk"
.endif