diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-31 11:55:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-31 11:55:30 +0000 |
commit | 2db8452b72121939c1462f0d6f95dc9cf1e6f94c (patch) | |
tree | 1e67f89c8d33652215c9f0ad73ed6d87c215eb96 /shells/standalone-tcsh | |
parent | 204a4fa6652aaf44d691da576fc70e0c961b7818 (diff) | |
download | pkgsrc-2db8452b72121939c1462f0d6f95dc9cf1e6f94c.tar.gz |
Sync with tcsh package. Fixes PR 18861.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 511faef8256..723b9b23397 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2002/07/25 11:15:58 kim Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/31 11:55:30 wiz Exp $ # NO_MTREE= YES +WRKSRC= ${WRKDIR}/${DISTNAME} +PKGNAME= standalone-${DISTNAME} + .include "../../shells/tcsh/Makefile" -WRKSRC:= ${WRKDIR}/${DISTNAME} -PKGNAME:= standalone-${DISTNAME} COMMENT:= Standalone version of the ${COMMENT} LDFLAGS+= -static |