diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-25 19:00:01 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-25 19:00:01 +0000 |
commit | 4144869fa12e2b2c75225f0147b2d48d92bd6162 (patch) | |
tree | 5966124ff4ea772a12e92a70a9307034ccb4f186 /net | |
parent | de464d6a557ea900f37738573c307bd6b9417715 (diff) | |
download | freebsd-ports-4144869fa12e2b2c75225f0147b2d48d92bd6162.zip |
Fix remaining MASTER_SITE_LOCAL abuses for my ports.
Diffstat (limited to 'net')
-rw-r--r-- | net/wmwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wmwifi/Makefile b/net/wmwifi/Makefile index 652f493fe6ec..b918ced7989a 100644 --- a/net/wmwifi/Makefile +++ b/net/wmwifi/Makefile @@ -11,7 +11,7 @@ DISTVERSIONSUFFIX=-bsd PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://digitalssg.net/debian/ \ - http://people.freebsd.org/~uqs/distfiles/ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} MAINTAINER= uqs@FreeBSD.org COMMENT= Dockapp displaying the signal strength of WiFi connection |