diff options
author | sketch <sketch> | 2004-05-02 13:51:21 +0000 |
---|---|---|
committer | sketch <sketch> | 2004-05-02 13:51:21 +0000 |
commit | ee44bef86a2c60c30d380e0001a6cbd224e0ab21 (patch) | |
tree | d732e1d6a145b1ecb8c0e114b9b35bea0866cc24 /games/xfrisk/Makefile | |
parent | dbc4213e044ca8e72f4ff4889c7a5bad4a60dab1 (diff) | |
download | pkgsrc-ee44bef86a2c60c30d380e0001a6cbd224e0ab21.tar.gz |
Fix MASTER_SITES and HOMEPAGE locations.
Diffstat (limited to 'games/xfrisk/Makefile')
-rw-r--r-- | games/xfrisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 32dfd40c17d..ae9d40e6329 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2004/04/29 14:18:58 sketch Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/02 13:51:21 sketch Exp $ # DISTNAME= xfrisk-1.2 PKGREVISION= 1 CATEGORIES= games -MASTER_SITES= http://morphy.iki.fi/xfrisk/files/ +MASTER_SITES= http://www.tuxick.net/xfrisk/files/ MAINTAINER= sketch@NetBSD.org -HOMEPAGE= http://morphy.iki.fi/xfrisk/ +HOMEPAGE= http://www.tuxick.net/xfrisk/ COMMENT= X11 version of the classic Risk board game WRKSRC= ${WRKDIR}/XFrisk |