summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-23 14:40:14 +0000
committerrillig <rillig>2006-10-23 14:40:14 +0000
commit7553b4d189c8facb79040343f00f2c4ff434e92b (patch)
treed66103b62a45cb6cee43310ee182acb6cc507036 /mk/bsd.pkg.mk
parent72d6c8f5d9ba88a3990c9d76d99e4a1af4bd8a68 (diff)
downloadpkgsrc-7553b4d189c8facb79040343f00f2c4ff434e92b.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