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 | d512b4fc7d1023f058b26e8cdb922abc72600a70 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /print/a2ps | |
parent | 54951c6c166cd5d8319fb5f7f67be2a905754478 (diff) | |
download | pkgsrc-d512b4fc7d1023f058b26e8cdb922abc72600a70.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 3 |
1 files changed, 1 insertions, 2 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: |