diff options
author | mph <mph@FreeBSD.org> | 2000-06-14 13:44:53 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-06-14 13:44:53 +0800 |
commit | 1b31533e41139b5300ee610308d91dcac48cf4b2 (patch) | |
tree | 586e165fad3e5507f9f6fce94cae70f7f0f4f967 /games/jzip | |
parent | e6870fbed68ef204b82a2128defe23df05639cbd (diff) | |
download | freebsd-ports-gnome-1b31533e41139b5300ee610308d91dcac48cf4b2.tar.gz freebsd-ports-gnome-1b31533e41139b5300ee610308d91dcac48cf4b2.tar.zst freebsd-ports-gnome-1b31533e41139b5300ee610308d91dcac48cf4b2.zip |
In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
Diffstat (limited to 'games/jzip')
-rw-r--r-- | games/jzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/jzip/Makefile b/games/jzip/Makefile index 38871a4a894a..5e6ff8d01ca7 100644 --- a/games/jzip/Makefile +++ b/games/jzip/Makefile @@ -8,7 +8,8 @@ PORTNAME= jzip PORTVERSION= 2.0.1g CATEGORIES= games -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph DISTNAME= jzip201g MAINTAINER= mph@freebsd.org |