diff options
author | kim <kim@pkgsrc.org> | 2002-07-25 11:05:02 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-07-25 11:05:02 +0000 |
commit | 5e925296b5a2433a967102abab1ab0d02f48a3c4 (patch) | |
tree | 6db07bcb5c292c6d27e74c544a55c17457110761 /shells/static-tcsh | |
parent | d55aba06cc4a4488a83c40b3e71f6a8aaf5db569 (diff) | |
download | pkgsrc-5e925296b5a2433a967102abab1ab0d02f48a3c4.tar.gz |
PKGNAME is not defined, use DISTNAME.
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 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 |