diff options
author | tron <tron> | 2001-09-24 09:51:09 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-24 09:51:09 +0000 |
commit | 73180b09352f0c4b25d0f601641bc5eedd710238 (patch) | |
tree | f91742d50782ac8effa7ec836f8aa801ed9fb399 /shells/zsh | |
parent | 67e999b20326a1dfe6012e446617a0c2164e2677 (diff) | |
download | pkgsrc-73180b09352f0c4b25d0f601641bc5eedd710238.tar.gz |
"PKGVERSION" is now in "PLIST_SUBST" by default.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 02b5c8fee1b..bffce56ef03 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/09/23 21:23:59 tron Exp $ +# $NetBSD: Makefile,v 1.28 2001/09/24 09:51:34 tron Exp $ DISTNAME= zsh-4.0.2 CATEGORIES= shells @@ -15,7 +15,6 @@ COMMENT= The Z shell GNU_CONFIGURE= yes INFO_FILES= zsh.info -PLIST_SUBST+= PKGVERSION="${PKGVERSION}" .include "../../mk/bsd.prefs.mk" |