diff options
author | obache <obache@pkgsrc.org> | 2008-07-07 04:01:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-07 04:01:30 +0000 |
commit | a0d40e1c1b41b9f8a739b5a6015e6953b52711d0 (patch) | |
tree | 1aedf2a3a81d9eda2e18b29e4ab51bc592bf628b /games | |
parent | 2c7ce8304a43798b1276fcea5e2a54e81d340f08 (diff) | |
download | pkgsrc-a0d40e1c1b41b9f8a739b5a6015e6953b52711d0.tar.gz |
Now avaiable from sf.net. Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'games')
-rw-r--r-- | games/billardgl/Makefile | 4 | ||||
-rw-r--r-- | games/xpilot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/billardgl/Makefile b/games/billardgl/Makefile index 9828b2bd3b5..bc886009018 100644 --- a/games/billardgl/Makefile +++ b/games/billardgl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:19 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/07/07 04:01:30 obache Exp $ # DISTNAME= BillardGL-1.75 PKGNAME= ${DISTNAME:S/BillardGL/billardgl/} PKGREVISION= 1 CATEGORIES= games -MASTER_SITES= http://wesley.informatik.uni-freiburg.de/~nopper/BillardGL/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=billardgl/} MAINTAINER= wojtek@3miasto.net HOMEPAGE= http://www.tobias-nopper.de/BillardGL/ diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 38aebb8354d..cc7504603bd 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2008/01/19 09:16:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/07/07 04:04:37 obache Exp $ # DISTNAME= xpilot-4.5.4 PKGREVISION= 2 CATEGORIES= games x11 -MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpilotgame/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xpilot.org/ |