diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-12-11 01:38:14 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-12-11 01:38:14 +0000 |
commit | eb031b4c5c957325202517065c2172d6e510dab4 (patch) | |
tree | d7854c8843f5d3a69eb07749ae14196d1a95e413 /x11-clocks/asclock-xlib | |
parent | 09671dbfbcf7b6c8818e22f37b60d0c008c31d2c (diff) | |
download | FreeBSD-ports-eb031b4c5c957325202517065c2172d6e510dab4.zip FreeBSD-ports-eb031b4c5c957325202517065c2172d6e510dab4.tar.gz |
Master site (www.asclock.org) seems to be down for about 2 month.
Add $MASTER_SITE_LOCAL to $MASTER_SITES.
Diffstat (limited to 'x11-clocks/asclock-xlib')
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index ff56d86..21c0058 100644 --- a/x11-clocks/asclock-xlib/Makefile +++ b/x11-clocks/asclock-xlib/Makefile @@ -8,7 +8,9 @@ PORTNAME= asclock-xlib PORTVERSION= 2.0.11 CATEGORIES= x11-clocks afterstep windowmaker -MASTER_SITES= http://www.asclock.org/tar/ +MASTER_SITES= http://www.asclock.org/tar/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org |