pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/help Added a file describing the DISTNAME variable,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/219aafcde00c
branches:  trunk
changeset: 520577:219aafcde00c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 23 13:52:32 2006 +0000

description:
Added a file describing the DISTNAME variable, so "make help
topic=DISTNAME" produces useful results. And no, I didn't start the
PKGNAME vs. DISTNAME discussion here.

diffstat:

 mk/help/distname.mk |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r a22242a2a387 -r 219aafcde00c mk/help/distname.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/distname.mk       Mon Oct 23 13:52:32 2006 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: distname.mk,v 1.1 2006/10/23 13:52:32 rillig Exp $
+#
+# DISTNAME
+#      Every package definition should start with the definition of this
+#      variable. It is used in three places:
+#
+#      1. It is the first part of the default value for DISTFILES.
+#      2. It is the default value for PKGNAME, except for the trailing
+#         "nb" part.
+#      3. The default value of WRKSRC is ${WRKDIR}/${DISTNAME}.
+#



Home | Main Index | Thread Index | Old Index