diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-10 13:10:44 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-10 13:10:44 +0000 |
commit | 3aadc41b5f78c38a206e248746afed64a360d74e (patch) | |
tree | 83001028120a5772f103c42b193b33fe67119395 /sysutils | |
parent | db3df358aa33d317069920de826f44810c442414 (diff) | |
download | FreeBSD-ports-3aadc41b5f78c38a206e248746afed64a360d74e.zip FreeBSD-ports-3aadc41b5f78c38a206e248746afed64a360d74e.tar.gz |
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 a2265df..5f40e9c 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 |