Remove bogus ONLY_FOR_PLATFORM. This package is just a .jar file (without
even any docs to speak of) and will run anywhere that has a suitable Java VM.
This commit is contained in:
parent
56d48b6ad7
commit
c67510fa15
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2012/10/23 17:18:09 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2015/07/12 05:12:10 dholland Exp $
|
||||
|
||||
DISTNAME= ${BINNAME}_20
|
||||
PKGNAME= ${BINNAME}-2.0
|
||||
|
@ -13,8 +13,6 @@ COMMENT= Modem (dis)connection utility for Apple's Airport Base Station
|
|||
|
||||
PLIST_SUBST+= BINNAME=${BINNAME:Q} JARNAME=${JARNAME:Q}
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc Darwin-*-*
|
||||
|
||||
BINNAME= airportmodemutility
|
||||
DOCDIR= ${PREFIX}/share/doc/${BINNAME}
|
||||
JARNAME= AirportModemUtility.jar
|
||||
|
|
Loading…
Reference in a new issue