diff options
author | jtb <jtb> | 2001-07-06 13:11:04 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-07-06 13:11:04 +0000 |
commit | f2ad109138b2051ee90d4dae5980e6c0c0ceb5d8 (patch) | |
tree | c67f876ea0895a9ded50a4038db877f77d39b76f /lang/icon | |
parent | b8db381f4440dd44fa60f56de186c77b95aa4245 (diff) | |
download | pkgsrc-f2ad109138b2051ee90d4dae5980e6c0c0ceb5d8.tar.gz |
Add ipatch to PLIST (from i386 bulk build leftovers).
Disable for architectures without a properly working rswitch file.
Currently only Alpha, i386, and SPARC have this.
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 4 | ||||
-rw-r--r-- | lang/icon/pkg/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 992fe52fd5d..c9a4c910de1 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/06/25 18:29:21 jtb Exp $ +# $NetBSD: Makefile,v 1.20 2001/07/06 13:11:04 jtb Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -12,6 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm COMMENT= The Icon programming language +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 NetBSD-*-sparc + PLIST_SRC= ${PKGDIR}/PLIST .include "../../mk/bsd.prefs.mk" diff --git a/lang/icon/pkg/PLIST b/lang/icon/pkg/PLIST index 8162049fc4a..2503a97859b 100644 --- a/lang/icon/pkg/PLIST +++ b/lang/icon/pkg/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2001/06/25 18:00:21 jtb Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/07/06 13:11:05 jtb Exp $ bin/iconc bin/icont bin/iconx +bin/ipatch bin/patchstr bin/rtt lib/icon/abkform.u1 |