diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /www | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'www')
-rw-r--r-- | www/cgicc/Makefile | 3 | ||||
-rw-r--r-- | www/cronolog/Makefile | 3 | ||||
-rw-r--r-- | www/w3/Makefile | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 0b4e13fa715..bea08bad768 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/08/07 10:19:39 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/09 11:32:30 seb Exp $ DISTNAME= cgicc-3.1.5 CATEGORIES= www @@ -12,7 +12,6 @@ USE_GMAKE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -USE_NEW_TEXINFO= YES INFO_FILES= cgicc.info LTCONFIG_OVERRIDE= ${WRKSRC}/support/ltconfig ${WRKSRC}/example/ltconfig diff --git a/www/cronolog/Makefile b/www/cronolog/Makefile index 13a3babaf26..ccedd442a5d 100644 --- a/www/cronolog/Makefile +++ b/www/cronolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/07 10:38:53 seb Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/09 11:32:31 seb Exp $ # DISTNAME= cronolog-1.6.2 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.cronolog.org/ COMMENT= Web log rotation utility that provides datestamp filenames GNU_CONFIGURE= YES -USE_NEW_TEXINFO= YES INFO_FILES= cronolog.info post-patch: diff --git a/www/w3/Makefile b/www/w3/Makefile index 7e3ec8d7455..301c4769ca3 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/08/07 11:36:33 seb Exp $ +# $NetBSD: Makefile,v 1.15 2003/08/09 11:32:32 seb Exp $ DISTNAME= w3-4.0pre.47 PKGNAME= w3-4.0b47 @@ -15,8 +15,6 @@ COMMENT= World Wide Web browser for Emacs CONFIGURE_ARGS+=--enable-site-install -USE_NEW_TEXINFO= YES - .include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} == "xemacs" |