summaryrefslogtreecommitdiff
path: root/shells/static-tcsh
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2002-07-25 11:05:02 +0000
committerkim <kim@pkgsrc.org>2002-07-25 11:05:02 +0000
commit5e925296b5a2433a967102abab1ab0d02f48a3c4 (patch)
tree6db07bcb5c292c6d27e74c544a55c17457110761 /shells/static-tcsh
parentd55aba06cc4a4488a83c40b3e71f6a8aaf5db569 (diff)
downloadpkgsrc-5e925296b5a2433a967102abab1ab0d02f48a3c4.tar.gz
PKGNAME is not defined, use DISTNAME.
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r--shells/static-tcsh/Makefile6
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