summaryrefslogtreecommitdiff
path: root/shells/static-tcsh
diff options
context:
space:
mode:
authorobache <obache>2007-04-25 13:26:42 +0000
committerobache <obache>2007-04-25 13:26:42 +0000
commit636559b1edfacdcbd1d61768ffe5ebd8912a1182 (patch)
tree1855765ab4c02f35a86ea5227272fa8825263545 /shells/static-tcsh
parent19d3c3642f8a20741f1440a10d032fc1605a5b3e (diff)
downloadpkgsrc-636559b1edfacdcbd1d61768ffe5ebd8912a1182.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/Makefile6
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