diff options
author | seb <seb> | 2003-06-26 09:48:15 +0000 |
---|---|---|
committer | seb <seb> | 2003-06-26 09:48:15 +0000 |
commit | f796dc77bab32a9ee3e06e0189ba04303ee65a06 (patch) | |
tree | d61a2760c608346c5d3e7d289013d76ce8fe5e57 /converters/latex2rtf | |
parent | c82bcf90908eae2a756b70e8acfd221f7732c7fd (diff) | |
download | pkgsrc-f796dc77bab32a9ee3e06e0189ba04303ee65a06.tar.gz |
USE_NEW_TEXINFO.
Diffstat (limited to 'converters/latex2rtf')
-rw-r--r-- | converters/latex2rtf/Makefile | 4 | ||||
-rw-r--r-- | converters/latex2rtf/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 66621f6784d..884115417a2 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/11/14 23:42:26 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/26 09:48:15 seb Exp $ # DISTNAME= latex2rtf-1.8aa @@ -13,6 +13,7 @@ COMMENT= LaTeX to RTF converter USE_BUILDLINK2= # defined MAKE_FLAGS+= XCFLAGS="${CFLAGS}" +USE_NEW_TEXINFO= YES INFO_FILES= latex2rtf.info INSTALL_TARGET= simple_install simple_cfg_install @@ -31,5 +32,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/l2r.html ${PREFIX}/share/doc/latex2rtf/latex2rtf.html ${INSTALL_DATA} ${WRKSRC}/doc/l2r.pdf ${PREFIX}/share/doc/latex2rtf/latex2rtf.pdf -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/latex2rtf/PLIST b/converters/latex2rtf/PLIST index 2d1aa248f85..1823d29cb59 100644 --- a/converters/latex2rtf/PLIST +++ b/converters/latex2rtf/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:05 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/06/26 09:48:15 seb Exp $ bin/latex2rtf -@unexec ${INSTALL_INFO} --delete %D/info/latex2rtf.info %D/info/dir info/latex2rtf.info -@exec ${INSTALL_INFO} %D/info/latex2rtf.info %D/info/dir share/latex2rtf/direct.cfg share/latex2rtf/english.cfg share/latex2rtf/fonts.cfg |