diff options
author | kim <kim> | 2002-07-25 11:05:02 +0000 |
---|---|---|
committer | kim <kim> | 2002-07-25 11:05:02 +0000 |
commit | a772383f649dee9369e0bf3a84a2bb89bb4c1fc9 (patch) | |
tree | 6db07bcb5c292c6d27e74c544a55c17457110761 /shells | |
parent | 9a0726a405e588516da7d8b8e07917ef804aaa06 (diff) | |
download | pkgsrc-a772383f649dee9369e0bf3a84a2bb89bb4c1fc9.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 |