diff options
author | salo <salo> | 2003-11-02 21:41:03 +0000 |
---|---|---|
committer | salo <salo> | 2003-11-02 21:41:03 +0000 |
commit | de8d6e9eddac7dd79b510762569a7af3a467146c (patch) | |
tree | 6ebe71860130654728bba9910088079be1b8f95d | |
parent | 3464119bbf6b2c69f6ae91430f3e3a7b98c5bc99 (diff) | |
download | pkgsrc-de8d6e9eddac7dd79b510762569a7af3a467146c.tar.gz |
Fix HOMEPAGE. Per PR pkg/23347 by Soren Jacobsen.
-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/ |