pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/help Documented PKGDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/74562968f448
branches: trunk
changeset: 523911:74562968f448
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Jan 15 06:25:41 2007 +0000
description:
Documented PKGDIR.
diffstat:
mk/help/directories.mk | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 906ad85e126a -r 74562968f448 mk/help/directories.mk
--- a/mk/help/directories.mk Mon Jan 15 06:23:47 2007 +0000
+++ b/mk/help/directories.mk Mon Jan 15 06:25:41 2007 +0000
@@ -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
+#
Home |
Main Index |
Thread Index |
Old Index