diff options
author | obache <obache@pkgsrc.org> | 2007-04-25 13:26:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-25 13:26:42 +0000 |
commit | b36465614d66f5b749081b3d61b5c973f525ab5e (patch) | |
tree | 1855765ab4c02f35a86ea5227272fa8825263545 /shells/static-tcsh | |
parent | cb6e83f784a56b76b66900b611640758c2bbe055 (diff) | |
download | pkgsrc-b36465614d66f5b749081b3d61b5c973f525ab5e.tar.gz |
PKGNAME must be defined before include bsd.pkg.mk,
if not, in 'package' phase, PKGNAME==DISTNAME.
Remove WRKSRC definision, it equals to default value.
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r-- | shells/static-tcsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile index 2d2e5501585..e6fd07d759d 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/04/14 11:43:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/04/25 13:26:42 obache Exp $ # MAINTAINER= agc@NetBSD.org @@ -9,10 +9,10 @@ PKGDIR= ${.CURDIR}/../../shells/tcsh CONFLICTS= tcsh-[0-9]* +PKGNAME= static-${DISTNAME} + .include "../../shells/tcsh/Makefile" -WRKSRC:= ${WRKDIR}/${DISTNAME} -PKGNAME:= static-${DISTNAME} COMMENT:= Statically-linked version of the ${COMMENT} LDFLAGS+= -static |