diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-09 18:25:59 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-09 18:25:59 +0000 |
commit | 7366f74ec52cbad6395ac406ef943eaa6058f2cb (patch) | |
tree | decaf37bf4fbb665f8879528eaa8e19177e0959d /net/wmnet | |
parent | 89101171d6ca034b683ea23a772bcf87f1692a28 (diff) | |
download | ports-7366f74ec52cbad6395ac406ef943eaa6058f2cb.tar.gz ports-7366f74ec52cbad6395ac406ef943eaa6058f2cb.zip |
Notes
Diffstat (limited to 'net/wmnet')
-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 |