diff options
author | dmcmahill <dmcmahill> | 2000-07-07 02:32:48 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-07 02:32:48 +0000 |
commit | 017731b59a67389646fa3a861b7f51f83952d683 (patch) | |
tree | e97472b0b4578b3620af4ebf8e85f562027be1ff | |
parent | 75878037db5481d4150779ab6ba7294cee3163a7 (diff) | |
download | pkgsrc-017731b59a67389646fa3a861b7f51f83952d683.tar.gz |
mark as only for solaris because the pkg does not contain netbsd support
-rw-r--r-- | emulators/swarm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index 0d3fe9a3fa4..931c9f14ecc 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/17 12:58:07 agc Exp $ +# $NetBSD: Makefile,v 1.2 2000/07/07 02:32:48 dmcmahill Exp $ DISTNAME= swarm-0.26 CATEGORIES= emulators @@ -8,6 +8,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.dcs.gla.ac.uk/~michael/phd/swarm.html WRKSRC= ${WRKDIR}/swarm/src +ONLY_FOR_PLATFORM= SunOS-*-* do-install: ${BSD_INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin |