diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 21:02:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 21:02:16 +0000 |
commit | 1ed88388b955a4a64bc58ae87124bc46e27469f2 (patch) | |
tree | 7021b922d96cf0b739a2fce902c0ba0e4301ed6a /print/a2ps | |
parent | ea0e7249bde8119b9981a597afccf3e58610c1f8 (diff) | |
download | pkgsrc-1ed88388b955a4a64bc58ae87124bc46e27469f2.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 4 | ||||
-rw-r--r-- | print/a2ps/PLIST | 8 |
2 files changed, 3 insertions, 9 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" diff --git a/print/a2ps/PLIST b/print/a2ps/PLIST index 3c71f831e66..2dea8df435f 100644 --- a/print/a2ps/PLIST +++ b/print/a2ps/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/11/26 11:02:05 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/04 21:02:16 seb Exp $ bin/a2ps bin/card bin/composeglyphs @@ -10,9 +10,6 @@ bin/psmandup bin/psset bin/texi2dvi4a2ps include/liba2ps.h -@unexec ${INSTALL_INFO} --delete %D/info/a2ps.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/ogonkify.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/regex.info %D/info/dir info/a2ps.info info/a2ps.info-1 info/a2ps.info-2 @@ -25,9 +22,6 @@ info/regex.info info/regex.info-1 info/regex.info-2 info/regex.info-3 -@exec ${INSTALL_INFO} %D/info/a2ps.info %D/info/dir -@exec ${INSTALL_INFO} %D/info/ogonkify.info %D/info/dir -@exec ${INSTALL_INFO} %D/info/regex.info %D/info/dir lib/liba2ps.a lib/liba2ps.la lib/liba2ps.so |