diff options
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/ |