diff options
author | dholland <dholland@pkgsrc.org> | 2015-07-12 05:10:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-07-12 05:10:32 +0000 |
commit | df163ccffb1bbd86db55e57320df11558d90090d (patch) | |
tree | b50ba7435ce5f8b4067f505c59fc1d3225ab18e8 /net | |
parent | 39d1ab777d05ff84edcaa7bdc1e49f1764ecf422 (diff) | |
download | pkgsrc-df163ccffb1bbd86db55e57320df11558d90090d.tar.gz |
Remove bogus ONLY_FOR_PLATFORM. This package is just a .jar file and
some docs, so it'll run anywhere there's a suitable JVM.
It seems that the ONLY_FOR_PLATFORM setting was originally inserted to
conservatively limit the package to platforms that had or where pkgsrc
could provide a JVM, and then both persisted after that was no longer
necessary and got cargo-culted elsewhere.
Diffstat (limited to 'net')
-rw-r--r-- | net/airportbasestationconfig/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/airportbasestationconfig/Makefile b/net/airportbasestationconfig/Makefile index f60bd2f0844..2f55b0c7159 100644 --- a/net/airportbasestationconfig/Makefile +++ b/net/airportbasestationconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/23 17:18:09 asau Exp $ +# $NetBSD: Makefile,v 1.38 2015/07/12 05:10:32 dholland Exp $ DISTNAME= configurator_152-128 PKGNAME= ${BINNAME}-1.5.2 @@ -13,8 +13,6 @@ COMMENT= Configuration program for Apple's Airport Base Station PLIST_SUBST+= BINNAME=${BINNAME:Q} JARNAME=${JARNAME:Q} -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc Darwin-*-* - BINNAME= airportbasestationconfig DOCDIR= ${PREFIX}/share/doc/${BINNAME} JARNAME= AirportConfig128Bit.jar |