diff options
author | kim <kim> | 2002-07-25 11:05:02 +0000 |
---|---|---|
committer | kim <kim> | 2002-07-25 11:05:02 +0000 |
commit | e10666d3a202eb9c6bb882dd7c333cb3e1d8fcd0 (patch) | |
tree | 6db07bcb5c292c6d27e74c544a55c17457110761 /shells | |
parent | 2a8cc5381eef2109af704801c67174f22ee126cb (diff) | |
download | pkgsrc-e10666d3a202eb9c6bb882dd7c333cb3e1d8fcd0.tar.gz |
PKGNAME is not defined, use DISTNAME.
Diffstat (limited to 'shells')
-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 472d4d9cc9c..ec1f02f3921 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/02 09:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/25 11:05:02 kim Exp $ # DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo @@ -9,8 +9,8 @@ CONFLICTS= tcsh-[0-9]* .include "../../shells/tcsh/Makefile" -WRKSRC:= ${WRKDIR}/${PKGNAME} -PKGNAME:= static-${PKGNAME} +WRKSRC:= ${WRKDIR}/${DISTNAME} +PKGNAME:= static-${DISTNAME} COMMENT:= Statically-linked version of the ${COMMENT} LDFLAGS+= -static |