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 /print | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 3 | ||||
-rw-r--r-- | print/auctex/Makefile | 3 | ||||
-rw-r--r-- | print/dvipng/Makefile | 3 | ||||
-rw-r--r-- | print/gimp-print-lib/Makefile | 3 | ||||
-rw-r--r-- | print/latex-mk/Makefile | 3 | ||||
-rw-r--r-- | print/lilypond/Makefile | 3 | ||||
-rw-r--r-- | print/teTeX-bin/Makefile | 3 | ||||
-rw-r--r-- | print/teTeX2-bin/Makefile | 3 |
8 files changed, 8 insertions, 16 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 3f447a955f3..fc2d814fcd9 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2003/08/04 21:02:16 seb Exp $ +# $NetBSD: Makefile,v 1.45 2003/08/09 11:20:35 seb Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -34,7 +34,6 @@ EGDIR= ${PREFIX}/share/examples/a2ps CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg CONF_FILES+= ${EGDIR}/a2ps.cfg ${PKG_SYSCONFDIR}/a2ps.cfg -USE_NEW_TEXINFO= YES INFO_FILES= a2ps.info ogonkify.info regex.info pre-build: diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 3cd30eabc48..f8919e7a0f3 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/08/04 21:25:58 seb Exp $ +# $NetBSD: Makefile,v 1.16 2003/08/09 11:20:36 seb Exp $ DISTNAME= auctex-11.13 PKGREVISION= 1 @@ -17,7 +17,6 @@ EVAL_PREFIX+= TEX_PREFIX=teTeX MAKEFLAGS+= EMACS=${EMACS_BIN} -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES .if defined(USE_XEMACS) diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile index 76646339108..4e68453619d 100644 --- a/print/dvipng/Makefile +++ b/print/dvipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/05 07:21:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/09 11:20:39 seb Exp $ # DISTNAME= dvipng-0.5 @@ -11,7 +11,6 @@ COMMENT= Convert DVI files to PNG files USE_BUILDLINK2= yes USE_MAKEINFO= yes -USE_NEW_TEXINFO= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile index ba57b8fcf2f..017ec224199 100644 --- a/print/gimp-print-lib/Makefile +++ b/print/gimp-print-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/08/04 21:34:38 seb Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/09 11:20:36 seb Exp $ # DISTNAME= gimp-print-4.2.5 @@ -16,7 +16,6 @@ USE_GMAKE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -USE_NEW_TEXINFO= YES INFO_FILES= gimpprint.info GNU_CONFIGURE= yes diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index f1f56d9cffd..a0c1aa86e6f 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/08/04 21:44:17 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/09 11:20:38 seb Exp $ # DISTNAME= latex-mk-1.1 @@ -11,7 +11,6 @@ COMMENT= Makefile fragments and scripts for managing LaTeX documents GNU_CONFIGURE= YES -USE_NEW_TEXINFO= YES INFO_FILES= latex-mk.info TEST_DIRS= ${WRKSRC} diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index f4dc7e207a9..081b7f8bc01 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/08/04 22:24:21 seb Exp $ +# $NetBSD: Makefile,v 1.18 2003/08/09 11:20:37 seb Exp $ # DISTNAME= lilypond-1.4.13 @@ -18,7 +18,6 @@ USE_PKGLOCALEDIR= YES USE_GMAKE= YES MAKEFILE= GNUmakefile -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES TEXINFO_REQD= 4.0 INFO_FILES= lilypond.info lilypond-internals.info diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 6dd981574d2..766187d01d8 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2003/08/04 22:33:03 seb Exp $ +# $NetBSD: Makefile,v 1.46 2003/08/09 11:20:37 seb Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -27,7 +27,6 @@ USE_GMAKE= yes USE_X11= yes CFLAGS+= -Dunix -USE_NEW_TEXINFO= YES INFO_FILES= latex.info dvips.info web2c.info kpathsea.info INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL diff --git a/print/teTeX2-bin/Makefile b/print/teTeX2-bin/Makefile index a90765fe97f..715048a0835 100644 --- a/print/teTeX2-bin/Makefile +++ b/print/teTeX2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/08/04 22:45:13 seb Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/09 11:20:38 seb Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX2-bin-${TETEX_BIN_VERS} @@ -16,7 +16,6 @@ DEPENDS+= dialog-0.6z*:../../misc/dialog CONFLICTS+= omega-[0-9]* -USE_NEW_TEXINFO= YES INFO_FILES= latex.info dvips.info web2c.info kpathsea.info INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL |