diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-10-02 06:09:08 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-10-02 06:09:08 +0000 |
commit | dcdcfc7da99f836915daa2e22119e557e0d97ea6 (patch) | |
tree | fb286cd0c869bd21d506fa5049605acb33f95821 /games/xscrabble/Makefile | |
parent | 696dccbce5f4b10f16f9c0ff808e81b526bbfcb5 (diff) | |
download | pkgsrc-dcdcfc7da99f836915daa2e22119e557e0d97ea6.tar.gz |
move the distfile to LOCAL_PORTS as the master site has vanished ages
ago.
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 5e7a42fb2e1..851845d340a 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2004/03/07 23:33:04 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/10/02 06:09:08 dmcmahill Exp $ # -DISTNAME= xscrabble -PKGNAME= xscrabble-1.0 +DISTNAME= xscrabble-1.0 PKGREVISION= 1 CATEGORIES= games x11 -MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ +MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.belgarath.demon.co.uk/programs/ +MAINTAINER= tech-pkg@NetBSD.org COMMENT= X version of the popular board game, for 1 to 4 players WRKSRC= ${WRKDIR}/xscrabble -DIST_SUBDIR= ${PKGNAME} USE_BUILDLINK3= YES USE_IMAKE= YES |