diff options
author | seb <seb> | 2003-08-05 13:44:09 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-05 13:44:09 +0000 |
commit | 7646dcecf73f090db17985f00eb33893eb6ea62d (patch) | |
tree | 562f76759de797713d70b2448ccfcd22788cd752 /shells/zsh3/Makefile | |
parent | 0ea8feb83c4d2e4ef318acde77aed025d43a4855 (diff) | |
download | pkgsrc-7646dcecf73f090db17985f00eb33893eb6ea62d.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'shells/zsh3/Makefile')
-rw-r--r-- | shells/zsh3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile index 980e4c638e7..219e2278a01 100644 --- a/shells/zsh3/Makefile +++ b/shells/zsh3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 22:53:24 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/05 13:44:09 seb Exp $ DISTNAME= zsh-3.0.8 CATEGORIES= shells @@ -13,8 +13,9 @@ HOMEPAGE= http://sunsite.dk/zsh/ COMMENT= The Z shell GNU_CONFIGURE= yes +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= zsh.info -TEXINFO_OVERRIDE= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES @@ -26,5 +27,4 @@ LDFLAGS+= -static PKG_SHELL= ${PREFIX}/bin/zsh -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |