diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 17:29:00 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 17:29:00 +0000 |
commit | 56443a8dee19ea00cf5d7836f6f360a1a68b631e (patch) | |
tree | 48011b01cb35d7e77ff45a73204be5c1b1531abc /net/airport/Makefile | |
parent | 2cb81c0aebd814de3dd7debffeb1b1783b218fa4 (diff) | |
download | ports-56443a8dee19ea00cf5d7836f6f360a1a68b631e.tar.gz ports-56443a8dee19ea00cf5d7836f6f360a1a68b631e.zip |
Notes
Diffstat (limited to 'net/airport/Makefile')
-rw-r--r-- | net/airport/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/airport/Makefile b/net/airport/Makefile index b07f678f80f4..7368467a15bc 100644 --- a/net/airport/Makefile +++ b/net/airport/Makefile @@ -6,10 +6,10 @@ # PORTNAME= airport -PORTVERSION= 1.5 +PORTVERSION= 1.5.2 CATEGORIES= net java MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ -DISTFILES= configurator_${PORTVERSION:S/.//}${EXTRACT_SUFX} \ +DISTFILES= configurator_${PORTVERSION:S/.//g}${EXTRACT_SUFX} \ link_monitor_${LINKMONVERSION:S/.//}${EXTRACT_SUFX} \ host_monitor_${HOSTMONVERSION:S/.//}${EXTRACT_SUFX} \ airportmodemutility_${MODEMVERSION:S/.//}${EXTRACT_SUFX} @@ -30,7 +30,7 @@ JDK_VERSION= 1.1.8 JFC_VERSION= 1.1.1 LINKMONVERSION= 1.1 HOSTMONVERSION= 1.0 -MODEMVERSION= 1.3 +MODEMVERSION= 1.4 NO_BUILD= yes |