diff options
-rw-r--r-- | games/angband/Makefile | 3 | ||||
-rw-r--r-- | games/jzip/Makefile | 3 | ||||
-rw-r--r-- | games/xcogitate/Makefile | 3 | ||||
-rw-r--r-- | games/xinfocom/Makefile | 3 | ||||
-rw-r--r-- | games/xscrabble/Makefile | 3 | ||||
-rw-r--r-- | irc/yagirc/Makefile | 3 | ||||
-rw-r--r-- | math/xgfe/Makefile | 3 | ||||
-rw-r--r-- | x11/xprompt/Makefile | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 96310803f732..1c62efae3f11 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ \ ftp://ftp.greyhelm.com/pub/Games/Angband/Angband-2.7.x/Extra/ \ ftp://ftp.sunet.se/pub/games/Angband/Extra/ \ ftp://mirror.aarnet.edu.au/pub/games/roguelike/angband/Extra/ \ - http://people.FreeBSD.org/~mph/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph DISTNAME= angband-290 DISTFILES= angband-290-src.tar.gz angband-290-graf.zip \ angband-290-data.tar.gz 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 diff --git a/games/xcogitate/Makefile b/games/xcogitate/Makefile index c730a4b63725..5684f4a15752 100644 --- a/games/xcogitate/Makefile +++ b/games/xcogitate/Makefile @@ -8,7 +8,8 @@ PORTNAME= xcogitate PORTVERSION= 1.02 CATEGORIES= games -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph MAINTAINER= ports@FreeBSD.org diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile index 99db54569b0e..54379d47fd1e 100644 --- a/games/xinfocom/Makefile +++ b/games/xinfocom/Makefile @@ -8,7 +8,8 @@ PORTNAME= xinfocom PORTVERSION= 1.8m CATEGORIES= games -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph DISTFILES= unix8m.tgz MAINTAINER= mph@freebsd.org diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index fb5e4cdf0201..563ec90d355c 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -9,7 +9,8 @@ PORTNAME= xscrabble PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ \ - http://people.FreeBSD.org/~mph/distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile index 6d578d368c7d..c1c92e29afbd 100644 --- a/irc/yagirc/Makefile +++ b/irc/yagirc/Makefile @@ -8,7 +8,8 @@ PORTNAME= yagirc PORTVERSION= 0.66.1 CATEGORIES= irc -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 6a7c09b83282..5a39985da8f0 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -8,7 +8,8 @@ PORTNAME= xgfe PORTVERSION= 2.0 CATEGORIES= math -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index 935015cf0368..efc608db8af5 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -8,7 +8,8 @@ PORTNAME= xprompt PORTVERSION= 1.4 CATEGORIES= x11 -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org |