diff options
author | seb <seb@pkgsrc.org> | 2003-07-04 19:43:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-04 19:43:40 +0000 |
commit | d57d3b4d48bc876a260470a41a2b2b50d960a538 (patch) | |
tree | fbf1cce3c41c76a0a961b4f3c814a4eea423f4cb /lang | |
parent | 906d89b4352da8cdb78b9a137a5ab40a94970eee (diff) | |
download | pkgsrc-d57d3b4d48bc876a260470a41a2b2b50d960a538.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/a60/Makefile | 4 | ||||
-rw-r--r-- | lang/a60/PLIST | 6 | ||||
-rw-r--r-- | lang/gauche/Makefile | 5 | ||||
-rw-r--r-- | lang/gauche/PLIST | 6 |
4 files changed, 7 insertions, 14 deletions
diff --git a/lang/a60/Makefile b/lang/a60/Makefile index 016b87b5bef..f36cd2f0c13 100644 --- a/lang/a60/Makefile +++ b/lang/a60/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/06/02 01:19:07 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/04 19:48:58 seb Exp $ DISTNAME= a60-0.20a CATEGORIES= lang @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -Dunix +USE_NEW_TEXINFO= YES INFO_FILES= RRA60.info a60.info do-install: @@ -27,5 +28,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} a60.ps RRA60.ps \ ${PREFIX}/share/doc/a60/ -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/a60/PLIST b/lang/a60/PLIST index a246c8bafb5..86cf563208c 100644 --- a/lang/a60/PLIST +++ b/lang/a60/PLIST @@ -1,11 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:23 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/04 19:48:58 seb Exp $ bin/a60 -@unexec ${INSTALL_INFO} --delete %D/info/RRA60.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/a60.info %D/info/dir info/RRA60.info info/a60.info -@exec ${INSTALL_INFO} %D/info/RRA60.info %D/info/dir -@exec ${INSTALL_INFO} %D/info/a60.info %D/info/dir man/man1/a60.1 share/a60/a60-mkc.inc share/doc/a60/a60.ps diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 51dcf092582..dbfff5111ef 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/05/22 16:48:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/04 19:43:40 seb Exp $ # DISTNAME= Gauche-0.6.3 @@ -32,6 +32,8 @@ CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.libiconv} --with-iconv-lib=iconv CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c" +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= gauche-refe.info gauche-refj.info .include "../../mk/bsd.prefs.mk" @@ -40,5 +42,4 @@ CONFIGURE_ARGS+= --enable-multibyte=${GAUCHE_MULTIBYTE} .endif .include "../../converters/libiconv/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/gauche/PLIST b/lang/gauche/PLIST index a0dbd237764..e9f3ffbb3fc 100644 --- a/lang/gauche/PLIST +++ b/lang/gauche/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2003/03/10 01:43:58 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/07/04 19:43:40 seb Exp $ bin/gauche-config bin/gosh -@unexec ${INSTALL_INFO} --delete %D/info/gauche-refe.info %D/info/dir info/gauche-refe.info.gz info/gauche-refe.info-1.gz info/gauche-refe.info-2.gz @@ -18,8 +17,6 @@ info/gauche-refe.info-12.gz info/gauche-refe.info-13.gz info/gauche-refe.info-14.gz info/gauche-refe.info-15.gz -@exec ${INSTALL_INFO} %D/info/gauche-refe.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/gauche-refj.info %D/info/dir info/gauche-refj.info.gz info/gauche-refj.info-1.gz info/gauche-refj.info-2.gz @@ -36,7 +33,6 @@ info/gauche-refj.info-12.gz info/gauche-refj.info-13.gz info/gauche-refj.info-14.gz info/gauche-refj.info-15.gz -@exec ${INSTALL_INFO} %D/info/gauche-refj.info %D/info/dir lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/auxsys.so lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/fcntl.so lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gauche-config |