summaryrefslogtreecommitdiff
path: root/mk/help/distname.mk
blob: b5385dc9309ac6efef79b6109cdff0a9f2805aa4 (plain)
1
2
3
4
5
6
7
8
9
10
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}.
#