From b36465614d66f5b749081b3d61b5c973f525ab5e Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 25 Apr 2007 13:26:42 +0000 Subject: PKGNAME must be defined before include bsd.pkg.mk, if not, in 'package' phase, PKGNAME==DISTNAME. Remove WRKSRC definision, it equals to default value. --- shells/static-tcsh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells/static-tcsh') 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 -- cgit v1.2.3