diff options
author | jtb <jtb@pkgsrc.org> | 2001-07-06 13:11:04 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-07-06 13:11:04 +0000 |
commit | 7cb5f1b63aac4b325720e53ef8162dad08b71b0c (patch) | |
tree | c67f876ea0895a9ded50a4038db877f77d39b76f /lang | |
parent | 21d747b21de2f9f9fe3223087c6df7ac3fc1595f (diff) | |
download | pkgsrc-7cb5f1b63aac4b325720e53ef8162dad08b71b0c.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')
-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 |