diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 10:40:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 10:40:25 +0000 |
commit | ee9f7945fa95d95fc593cd3ed1b9fb27845224cd (patch) | |
tree | 66d81a1a5735096e594aeaee8ae28306f31f98b0 /games/xpuyopuyo/Makefile | |
parent | d64f339300869acaeae34084ba30297ac9b0cacc (diff) | |
download | pkgsrc-ee9f7945fa95d95fc593cd3ed1b9fb27845224cd.tar.gz |
Comment out dead sites.
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r-- | games/xpuyopuyo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index eddc384a5a2..41988307bef 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.48 2017/07/02 14:27:25 seb Exp $ +# $NetBSD: Makefile,v 1.49 2017/09/06 10:40:28 wiz Exp $ DISTNAME= xpuyopuyo-0.9.8 #PKGREVISION= 1 CATEGORIES= games x11 -MASTER_SITES= http://chaos2.org/xpuyopuyo/ +#MASTER_SITES= http://chaos2.org/xpuyopuyo/ MASTER_SITES+= http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://chaos2.org/xpuyopuyo/ +#HOMEPAGE= http://chaos2.org/xpuyopuyo/ COMMENT= Tetris-like puzzle game LICENSE= gnu-gpl-v2 |