diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-29 16:23:33 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-29 16:23:33 +0000 |
commit | fc559bdb78383efeadd00af6acf34ccead1bac7e (patch) | |
tree | a59c99f95c6bb5d0ddcadf7bee25a7be15d3d33a /games | |
parent | 6ac6d2d49f8b2f1a94cf9e6696feedad3d526ae6 (diff) | |
download | pkgsrc-fc559bdb78383efeadd00af6acf34ccead1bac7e.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 |