diff options
author | pooka <pooka> | 1999-12-29 16:23:33 +0000 |
---|---|---|
committer | pooka <pooka> | 1999-12-29 16:23:33 +0000 |
commit | e7c80b2d832763c9deef8064582d5086b339655e (patch) | |
tree | a59c99f95c6bb5d0ddcadf7bee25a7be15d3d33a /games | |
parent | 64e5af6aa8960c3c7d4cad3ff4afe76c003e3a47 (diff) | |
download | pkgsrc-e7c80b2d832763c9deef8064582d5086b339655e.tar.gz |
Old HOMEPAGE was non-existent, make it point to a working location.
Diffstat (limited to 'games')
-rw-r--r-- | games/xbill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 4a9dfc84dfd..1f0fe367550 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:42 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/29 16:23:33 pooka Exp $ # DISTNAME= xbill-2.0 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net -HOMEPAGE= http://www.triangolo.it/~fede/giochi/xbill.html +HOMEPAGE= http://www.azzit.de/xbill/ DEPENDS+= xpm-3.4k:../../graphics/xpm |