diff options
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |