diff options
author | seb <seb@pkgsrc.org> | 2003-07-05 10:29:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-05 10:29:16 +0000 |
commit | c5a5e12b61f11c1f42357df460be1c1e0818358f (patch) | |
tree | f3778ebcf3139511e1cb844f01cf200af5522b9e /lang | |
parent | ea961999620a6f00b03950f37f66e275383603c5 (diff) | |
download | pkgsrc-c5a5e12b61f11c1f42357df460be1c1e0818358f.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 4 | ||||
-rw-r--r-- | lang/gforth/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 17159be2a5b..fb8dc2eacf3 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/03/24 23:36:33 jtb Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/05 10:29:16 seb Exp $ DISTNAME= gforth-0.5.0 CATEGORIES= lang @@ -13,6 +13,7 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc GNU_CONFIGURE= YES # Make sure elisp will be installed even if no emacs installed. CONFIGURE_ENV+= EMACS=${PREFIX}/bin/emacs +USE_NEW_TEXINFO= YES INFO_FILES= gforth.info PLIST_SRC= ${WRKDIR}/PLIST @@ -28,5 +29,4 @@ post-build: pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/gforth/PLIST b/lang/gforth/PLIST index 49e8bdb7f2e..bcd1bb057c6 100644 --- a/lang/gforth/PLIST +++ b/lang/gforth/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2003/05/02 17:56:13 jtb Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/07/05 10:29:16 seb Exp $ bin/${PKGNAME} bin/gforth bin/gforth-fast bin/gforth-fast-0.5.0 bin/gforthmi bin/gforthmi-0.5.0 -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gforth.info info/gforth.info info/gforth.info-1 info/gforth.info-10 @@ -21,7 +20,6 @@ info/gforth.info-6 info/gforth.info-7 info/gforth.info-8 info/gforth.info-9 -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gforth.info lib/gforth/0.5.0/gforth-ditc lib/gforth/0.5.0/gforth.fi man/man1/gforth.1 |