diff options
author | salo <salo@pkgsrc.org> | 2003-11-02 21:41:03 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-11-02 21:41:03 +0000 |
commit | 4330d8eee02fe41d2a00fd5f9f39281be2ca9db6 (patch) | |
tree | 6ebe71860130654728bba9910088079be1b8f95d /games/xtris | |
parent | 71c1d9af67fe16635157959eccef646fc897c673 (diff) | |
download | pkgsrc-4330d8eee02fe41d2a00fd5f9f39281be2ca9db6.tar.gz |
Fix HOMEPAGE. Per PR pkg/23347 by Soren Jacobsen.
Diffstat (limited to 'games/xtris')
-rw-r--r-- | games/xtris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 8452a003d26..2ee3be6fc32 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/02 21:41:03 salo Exp $ # DISTNAME= xtris-1.15 WRKSRC= ${WRKDIR}/xtris CATEGORIES= games x11 -MASTER_SITES= http://www.iagora.com/~espel/xtris/ +MASTER_SITES= http://www.iagora.com/~espel/xtris/xtris.html MAINTAINER= opp@MuFFiN.Org HOMEPAGE= http://www.iagora.com/~espel/xtris/ |