diff options
author | reed <reed@pkgsrc.org> | 2008-02-06 18:45:31 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-02-06 18:45:31 +0000 |
commit | 5b26cabcc7984e8d0ba4f72a3e96afb72cb02c6b (patch) | |
tree | f18c53fd922b3aa72b6df5100dc1768d25cc0f9c /lang | |
parent | 24ede5a9fa52081d7f028721fe9fd8e0841c5687 (diff) | |
download | pkgsrc-5b26cabcc7984e8d0ba4f72a3e96afb72cb02c6b.tar.gz |
Get rid of ONLY_FOR_PLATFORM restriction.
Move the PLIST entry for the NetBSD sound a support to a new PLIST.NetBSD
file.
And add a PLIST.Linux file.
No PKGREVISION change.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak/Makefile | 4 | ||||
-rw-r--r-- | lang/squeak/PLIST | 3 | ||||
-rw-r--r-- | lang/squeak/PLIST.Linux | 5 | ||||
-rw-r--r-- | lang/squeak/PLIST.NetBSD | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 103e83e3109..0d34df044e8 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2008/01/14 20:39:34 bad Exp $ +# $NetBSD: Makefile,v 1.36 2008/02/06 18:45:32 reed Exp $ # DISTNAME= Squeak-3.9-8 @@ -27,8 +27,6 @@ CONFIGURE_DIRS= ${WRKDIR}/build CONFIGURE_SCRIPT= ${WRKSRC}/platforms/unix/config/configure DIST_SUBDIR= squeak -ONLY_FOR_PLATFORM= NetBSD-*-* - SQUEAK_CHANGES= Squeak3.9-final-7067/Squeak3.9-final-7067.changes.gz SQUEAK_IMAGE= Squeak3.9-final-7067/Squeak3.9-final-7067.image.gz SQUEAK_SOURCES= Squeak3.9-final-7067/SqueakV39.sources diff --git a/lang/squeak/PLIST b/lang/squeak/PLIST index b2c87eaf0ef..ddd49f83308 100644 --- a/lang/squeak/PLIST +++ b/lang/squeak/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/01/12 23:30:38 bad Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/02/06 18:45:32 reed Exp $ bin/inisqueak bin/squeak lib/squeak/3.9-8/AioPlugin @@ -12,7 +12,6 @@ lib/squeak/3.9-8/squeak lib/squeak/3.9-8/vm-display-X11 lib/squeak/3.9-8/vm-display-null lib/squeak/3.9-8/vm-sound-NAS -lib/squeak/3.9-8/vm-sound-${OPSYS} lib/squeak/3.9-8/vm-sound-null lib/squeak/Squeak3.9-final-7067.changes.gz lib/squeak/Squeak3.9-final-7067.image.gz diff --git a/lang/squeak/PLIST.Linux b/lang/squeak/PLIST.Linux new file mode 100644 index 00000000000..2f844457077 --- /dev/null +++ b/lang/squeak/PLIST.Linux @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2008/02/06 18:45:32 reed Exp $ +lib/squeak/3.9-8/UUIDPlugin +lib/squeak/3.9-8/vm-display-fbdev +lib/squeak/3.9-8/vm-sound-ALSA +lib/squeak/3.9-8/vm-sound-OSS diff --git a/lang/squeak/PLIST.NetBSD b/lang/squeak/PLIST.NetBSD new file mode 100644 index 00000000000..530ec11117b --- /dev/null +++ b/lang/squeak/PLIST.NetBSD @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.NetBSD,v 1.1 2008/02/06 18:45:31 reed Exp $ +lib/squeak/3.9-8/vm-sound-NetBSD |