diff options
author | seb <seb@pkgsrc.org> | 2003-07-06 16:27:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-06 16:27:41 +0000 |
commit | 3a40ea24553decbef592bda269fae97b71c57f9f (patch) | |
tree | 13f737ee857ec2a0dfd351987df954a8a6c8641d /lang | |
parent | c8cb32622c6edf4b2627004af566f90c9edfc915 (diff) | |
download | pkgsrc-3a40ea24553decbef592bda269fae97b71c57f9f.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sather/Makefile | 5 | ||||
-rw-r--r-- | lang/sather/PLIST | 8 |
2 files changed, 4 insertions, 9 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 177f3fce596..b8ee94351af 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/02 01:18:55 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/06 16:27:41 seb Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 2 @@ -16,6 +16,8 @@ USE_GMAKE= # defined ALL_TARGET= full optional MAKE_ENV+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME} +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= sather.info sather-tutorial.info sather-mode.info REPLACE_PERL= ${WRKSRC}/Browser/Web/ps2gif @@ -91,5 +93,4 @@ do-install: .include "../../devel/boehm-gc/buildlink2.mk" .include "../../x11/tk/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/sather/PLIST b/lang/sather/PLIST index d0ed228c21b..11115fe144e 100644 --- a/lang/sather/PLIST +++ b/lang/sather/PLIST @@ -1,17 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/04 00:45:33 jtb Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/07/06 16:27:42 seb Exp $ bin/sabrowse bin/sacomp -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/sather.info -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/sather-mode.info -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/sather-tutorial.info info/sather.info info/sather.info-1 info/sather.info-2 info/sather-mode.info info/sather-tutorial.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/sather-mode.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/sather.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/sather-tutorial.info lib/sather/Bin/PP lib/sather/Bin/bin-wrapper lib/sather/Bin/gen_html |