diff options
author | jtb <jtb@pkgsrc.org> | 2003-03-24 23:36:33 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-03-24 23:36:33 +0000 |
commit | 81eea7bfa0d81c1c5adbf271f264a0072a2525a9 (patch) | |
tree | d575439c6d3489fa04fddf840b46b60248538094 /lang/gforth | |
parent | 8323049d60a250153d1abd08ba504e7c0fb6c9aa (diff) | |
download | pkgsrc-81eea7bfa0d81c1c5adbf271f264a0072a2525a9.tar.gz |
Enable on SPARC and PowerPC based systems -- it works fine on those platforms.
Move an @exec ${INSTALL_INFO} line in PLIST to satisfy pkglint.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 4 | ||||
-rw-r--r-- | lang/gforth/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index e3367e9fc6b..17159be2a5b 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/02/18 15:14:25 seb Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/24 23:36:33 jtb Exp $ DISTNAME= gforth-0.5.0 CATEGORIES= lang @@ -8,7 +8,7 @@ MAINTAINER= simonb@netbsd.org HOMEPAGE= http://www.complang.tuwien.ac.at/forth/gforth/ COMMENT= Fast interpreter for the Forth language -ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k +ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc GNU_CONFIGURE= YES # Make sure elisp will be installed even if no emacs installed. diff --git a/lang/gforth/PLIST b/lang/gforth/PLIST index 2880d294093..267edf25349 100644 --- a/lang/gforth/PLIST +++ b/lang/gforth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:25 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/24 23:36:34 jtb Exp $ bin/${PKGNAME} bin/gforth bin/gforth-fast @@ -7,7 +7,6 @@ bin/gforthmi bin/gforthmi-0.5.0 @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gforth.info info/gforth.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gforth.info info/gforth.info-1 info/gforth.info-10 info/gforth.info-11 @@ -22,6 +21,7 @@ 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 |