diff options
author | rillig <rillig> | 2007-01-15 06:25:41 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-15 06:25:41 +0000 |
commit | 43c32fd7dca6b37ee24fa8db44f2568fd874500d (patch) | |
tree | 3063d049331800a6e04ad6b492e3e734b1b39ef7 | |
parent | 375e47a1e9ece64e38d8ad14516d2147259965c6 (diff) | |
download | pkgsrc-43c32fd7dca6b37ee24fa8db44f2568fd874500d.tar.gz |
Documented PKGDIR.
-rw-r--r-- | mk/help/directories.mk | 19 |
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 +# |