summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-10-06 00:06:29 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-10-06 00:06:29 +0000
commit0b04168c9bb286e9742b067ba7646cd2799309bb (patch)
tree0c95d3756c888c3c1edfe50a43e8f4dc90346bd7 /net-mgmt
parentRename japanese/gnome-icu to japanese/gnomeicu after a repocopy. (diff)
1. Update to 1.2.2
2. Don't cd in the script, use the full path to the jar instead. 3. Remove obsolete swing library md5 entry
Notes
Notes: svn path=/head/; revision=33444
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/airport/Makefile2
-rw-r--r--net-mgmt/airport/distinfo3
-rw-r--r--net-mgmt/airport/files/airport4
3 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile
index cae4c39b1513..a547f184fcfa 100644
--- a/net-mgmt/airport/Makefile
+++ b/net-mgmt/airport/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= airport
-PORTVERSION= 1.2
+PORTVERSION= 1.2.2
CATEGORIES= net java
MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/
DISTFILES= configurator${EXTRACT_SUFX}
diff --git a/net-mgmt/airport/distinfo b/net-mgmt/airport/distinfo
index a71ba800a4cb..996913996fbd 100644
--- a/net-mgmt/airport/distinfo
+++ b/net-mgmt/airport/distinfo
@@ -1,2 +1 @@
-MD5 (configurator.zip) = b743eca03f70624fc987a9c9204547f4
-MD5 (swing.zip) = 0592b0d019baffd19af7408c3f26cfa1
+MD5 (configurator.zip) = 02f4057cc5419f661e1032f02bed28f9
diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport
index e95361cfca46..b5797d416267 100644
--- a/net-mgmt/airport/files/airport
+++ b/net-mgmt/airport/files/airport
@@ -1,7 +1,5 @@
#! /bin/sh
-cd %%PREFIX%%/share/airport
-
-exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:AirportBaseStationConfig.jar" AirportBaseStationConfigurator
+exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREEFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator
exit 1