diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-10 21:10:44 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-10 21:10:44 +0800 |
commit | 3aadc41b5f78c38a206e248746afed64a360d74e (patch) | |
tree | 83001028120a5772f103c42b193b33fe67119395 /sysutils | |
parent | db3df358aa33d317069920de826f44810c442414 (diff) | |
download | freebsd-ports-gnome-3aadc41b5f78c38a206e248746afed64a360d74e.tar.gz freebsd-ports-gnome-3aadc41b5f78c38a206e248746afed64a360d74e.tar.zst freebsd-ports-gnome-3aadc41b5f78c38a206e248746afed64a360d74e.zip |
Chnage MASTER_SITES to ${MASTER_SITE_LOCAL}. As steve@ suggested.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wminet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/wminet/Makefile b/sysutils/wminet/Makefile index a2265df72448..5f40e9c50081 100644 --- a/sysutils/wminet/Makefile +++ b/sysutils/wminet/Makefile @@ -8,8 +8,8 @@ PORTNAME= wminet PORTVERSION= 2.0.2 CATEGORIES= sysutils windowmaker -# All previous master sites no longer carry the tarball -# MASTER_SITES= +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kevlo MAINTAINER= sk-ports@vegamuse.org |