summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-15 06:25:41 +0000
committerrillig <rillig@pkgsrc.org>2007-01-15 06:25:41 +0000
commitb8a865c6de5a71d9fa93ca96ad5b5d7cdbbce9d4 (patch)
tree3063d049331800a6e04ad6b492e3e734b1b39ef7 /mk
parent4d80d2775dfce93d6b29013f15725361a0f29553 (diff)
downloadpkgsrc-b8a865c6de5a71d9fa93ca96ad5b5d7cdbbce9d4.tar.gz
Documented PKGDIR.
Diffstat (limited to 'mk')
-rw-r--r--mk/help/directories.mk19
1 files changed, 18 insertions, 1 deletions
diff --git a/mk/help/directories.mk b/mk/help/directories.mk
index 597070d48e7..2c56ea046c1 100644
--- a/mk/help/directories.mk
+++ b/mk/help/directories.mk
@@ -1,4 +1,4 @@
-# $NetBSD: directories.mk,v 1.2 2007/01/12 07:47:16 rillig Exp $
+# $NetBSD: directories.mk,v 1.3 2007/01/15 06:25:41 rillig Exp $
#
# This file contains some short documentation on the directories that
# are used within pkgsrc.
@@ -48,3 +48,20 @@
# TODO:PKG_SYSCONFDEPOTBASE
# TODO:PKG_SYSCONFBASEDIR
#
+
+# PKGDIR
+# The directory where the various files that define a package are
+# read from. These are:
+#
+# * DESCR
+# * HEADER, HEADER_TEMPLATES
+# * INSTALL, DEINSTALL
+# * MESSAGE, MESSAGE.*
+# * PLIST, PLIST.*
+# * distinfo
+# * hacks.mk
+#
+# Default value: the current directory.
+#
+# Tags: package-settable
+#