diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2001-04-16 08:32:08 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2001-04-16 08:32:08 +0800 |
commit | 487b7d2b71f993ff41c9df38b7e198ac3f777b43 (patch) | |
tree | 918b7d268d81323a21d271c505ba5070a7591a92 /x11 | |
parent | 8cc774bf9ed36d44fad0f08a559d07d6447d5a6b (diff) | |
download | freebsd-ports-gnome-487b7d2b71f993ff41c9df38b7e198ac3f777b43.tar.gz freebsd-ports-gnome-487b7d2b71f993ff41c9df38b7e198ac3f777b43.tar.zst freebsd-ports-gnome-487b7d2b71f993ff41c9df38b7e198ac3f777b43.zip |
Move distfile to MASTER_SITE_LOCAL as the author's site has been down for
quite some time now.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/erun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/erun/Makefile b/x11/erun/Makefile index f44ea42bb3bc..118edd952f18 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -8,7 +8,8 @@ PORTNAME= E-Run PORTVERSION= 1.2 CATEGORIES= x11 -MASTER_SITES= http://void.mapopolis.com/~jacob/c0de/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR = kbyanc MAINTAINER= kbyanc@posi.net |