diff options
author | seb <seb> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:59:08 +0000 |
commit | c5885d75fa62656b1e782db21363b513e9968457 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /shells | |
parent | 13dd9ef109df96ae3b8e05fa17512c0d192edda5 (diff) | |
download | pkgsrc-c5885d75fa62656b1e782db21363b513e9968457.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/esh/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/Makefile.common | 3 | ||||
-rw-r--r-- | shells/zsh3/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index c0322374063..8bfb776ec0a 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/05 11:43:17 seb Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/09 11:23:00 seb Exp $ DISTNAME= esh-0.8 WRKSRC= ${WRKDIR}/esh @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Unix shell with Lisp-like syntax -USE_NEW_TEXINFO= YES INFO_FILES= esh.info USE_PKGINSTALL= yes diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index e68531e2d79..b217b820e16 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2003/08/05 13:37:51 seb Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/08/09 11:23:00 seb Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -18,7 +18,6 @@ USE_BUILDLINK2= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= zsh.info diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile index 219e2278a01..e529f334491 100644 --- a/shells/zsh3/Makefile +++ b/shells/zsh3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/08/05 13:44:09 seb Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/09 11:23:00 seb Exp $ DISTNAME= zsh-3.0.8 CATEGORIES= shells @@ -13,7 +13,6 @@ HOMEPAGE= http://sunsite.dk/zsh/ COMMENT= The Z shell GNU_CONFIGURE= yes -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= zsh.info USE_BUILDLINK2= YES |