diff options
author | novel <novel@FreeBSD.org> | 2005-07-10 02:25:59 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-10 02:25:59 +0800 |
commit | eeeda8abc0768cbd995832de32e036906079a378 (patch) | |
tree | 76c4d5cac26f65cd456ac14abb49f6f725a3e340 /net | |
parent | 5f92d4180cb704a04020af31f92b540ce9df991d (diff) | |
download | freebsd-ports-gnome-eeeda8abc0768cbd995832de32e036906079a378.tar.gz freebsd-ports-gnome-eeeda8abc0768cbd995832de32e036906079a378.tar.zst freebsd-ports-gnome-eeeda8abc0768cbd995832de32e036906079a378.zip |
Place tarball on MASTER_SITE_LOCAL to fix fetch.
Reported by: pointyhat via kris
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index b1f6093ed12e..3c9c5ac55ac5 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -9,7 +9,9 @@ PORTNAME= wmnet PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= net windowmaker -MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ +MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= A network bandwidth monitor intended for the WindowMaker dock |