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 /ftp/wmget | |
parent | de464d6a557ea900f37738573c307bd6b9417715 (diff) | |
download | ports-4144869fa12e2b2c75225f0147b2d48d92bd6162.tar.gz ports-4144869fa12e2b2c75225f0147b2d48d92bd6162.zip |
Notes
Diffstat (limited to 'ftp/wmget')
-rw-r--r-- | ftp/wmget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 863091fba146..15b56f302707 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.6.0 PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= http://amtrickey.net/download/ \ - http://people.freebsd.org/~uqs/distfiles/ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= uqs@FreeBSD.org |