diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-23 13:52:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-23 13:52:32 +0000 |
commit | 4345aa88c92b58d3fe3972f54e966129476ef1cb (patch) | |
tree | 26381f7e742c56733cbf10ff11810af25c02101e /mk | |
parent | b2ec98879c5b178d3f11ea5995e1fd694b02bdcb (diff) | |
download | pkgsrc-4345aa88c92b58d3fe3972f54e966129476ef1cb.tar.gz |
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 (limited to 'mk')
-rw-r--r-- | mk/help/distname.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mk/help/distname.mk b/mk/help/distname.mk new file mode 100644 index 00000000000..b5385dc9309 --- /dev/null +++ b/mk/help/distname.mk @@ -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}. +# |