summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-10-26 04:40:32 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-10-26 04:40:32 +0000
commita46014b883d39569f58829da98b22e7767270f2a (patch)
tree77f11f0e27db04492e6ad3a0b0a65516c2e338ba /net-mgmt
parentNew port: games/magiccube4d (diff)
Fix stupid typo
Submitted by: assar
Notes
Notes: svn path=/head/; revision=34246
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/airport/files/airport2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport
index b5797d416267..54381a2c1299 100644
--- a/net-mgmt/airport/files/airport
+++ b/net-mgmt/airport/files/airport
@@ -1,5 +1,5 @@
#! /bin/sh
-exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREEFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator
+exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator
exit 1