diff options
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 |