diff options
author | will <will@FreeBSD.org> | 2000-06-22 05:38:46 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-22 05:38:46 +0000 |
commit | 34a6d9bcb48844cfb1238a183e1bc9f7ccd195b7 (patch) | |
tree | 4cd896f97d6890a265723ba2d78d3f1901a36717 /x11-wm | |
parent | 6c5d1e586e52325a14f5aef409217edfb8a843dd (diff) | |
download | FreeBSD-ports-34a6d9bcb48844cfb1238a183e1bc9f7ccd195b7.zip FreeBSD-ports-34a6d9bcb48844cfb1238a183e1bc9f7ccd195b7.tar.gz |
Move distfile to my local-distfile hosting on ftp.FreeBSD.org and unleash
this port upon the people.
Prodded repeatedly by: fenner's portsurvey ;-)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmthemeinstall/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/wmthemeinstall/Makefile b/x11-wm/wmthemeinstall/Makefile index 305e4b3..6628c6b 100644 --- a/x11-wm/wmthemeinstall/Makefile +++ b/x11-wm/wmthemeinstall/Makefile @@ -8,10 +8,10 @@ PORTNAME= wmthemeinstall PORTVERSION= 0.62 CATEGORIES= x11-wm -MASTER_SITES= http://www.lovett.com/FreeBSD/ \ - ftp://ftp.cronyx.ru/.w3/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= will -MAINTAINER= andrews@technologist.com +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 |