diff options
author | seb <seb> | 2003-08-04 21:02:16 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-04 21:02:16 +0000 |
commit | 4ddbcfec59974641265b707ba6f1cb48193178c6 (patch) | |
tree | 7021b922d96cf0b739a2fce902c0ba0e4301ed6a /print/a2ps/Makefile | |
parent | 6019f1efe9f39169b3711bef892743c1dda4de7d (diff) | |
download | pkgsrc-4ddbcfec59974641265b707ba6f1cb48193178c6.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 5ff660e7342..3f447a955f3 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/07/17 22:52:21 grant Exp $ +# $NetBSD: Makefile,v 1.44 2003/08/04 21:02:16 seb Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -34,6 +34,7 @@ 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: @@ -41,5 +42,4 @@ pre-build: ${TOUCH} ${WRKSRC}/doc/*.dvi .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |