diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-12-11 01:38:14 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-12-11 01:38:14 +0000 |
commit | 96a9be949ca5b51087a756f31f97a2f26456144e (patch) | |
tree | 02734988c5f803fc4b04b9f7c0d4c922b85c726f /x11-clocks | |
parent | 3a2ba8e22c39ad24c794e2805a6affae4712f442 (diff) | |
download | ports-96a9be949ca5b51087a756f31f97a2f26456144e.tar.gz ports-96a9be949ca5b51087a756f31f97a2f26456144e.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index f8e85ee65e47..c85a2390b526 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -8,7 +8,9 @@ PORTNAME= asclock-gtk PORTVERSION= 2.1.10 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 DISTNAME= ${PKGNAME}beta MAINTAINER= kuriyama@FreeBSD.org diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index ff56d86caacc..21c0058d4cc4 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 |