summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2002-02-06 17:38:30 +0000
committertron <tron>2002-02-06 17:38:30 +0000
commit9526805ff623375bac492274b2b8e982d374b99c (patch)
tree460dff57be3834dfdcb88aa476b774a7cc6a3796
parent52bbc5d723e71729f9c60d5aa69186def355e352 (diff)
downloadpkgsrc-9526805ff623375bac492274b2b8e982d374b99c.tar.gz
Don't invoke JVM with "-jar -jar" on NetBSD-powerpc. Problem noted by
Andrew Cagney in private e-mail.
-rw-r--r--net/airportbasestationconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/airportbasestationconfig/Makefile b/net/airportbasestationconfig/Makefile
index 7ab6969c4dd..4c07fa8950f 100644
--- a/net/airportbasestationconfig/Makefile
+++ b/net/airportbasestationconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/02/01 22:03:04 tron Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/06 17:38:30 tron Exp $
DISTNAME= configurator
PKGNAME= ${BINNAME}-1.2.2
@@ -25,7 +25,7 @@ LIBDIR= ${PREFIX}/lib/${BINNAME}
PKG_JVM= sun-jdk
.elif ${MACHINE_ARCH} == powerpc
PKG_JVM= blackdown-jdk
-JVM_OPTS= -green -jar
+JVM_OPTS= -green
.endif
.include "../../mk/bsd.prefs.mk"