diff options
author | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
commit | 5feac46ad5d89bb2b10bc508b38d98c140fa33c5 (patch) | |
tree | a19159d7e52ca8c65d6fab67a452132a0b121bd2 /games | |
parent | 8d33af98834882975525d1ca7511022c710f87f6 (diff) | |
download | pkgsrc-5feac46ad5d89bb2b10bc508b38d98c140fa33c5.tar.gz |
Use "${MASTER_SITE_SOURCEFORGE}".
Diffstat (limited to 'games')
-rw-r--r-- | games/backgammon/Makefile | 4 | ||||
-rw-r--r-- | games/corewars/Makefile | 4 | ||||
-rw-r--r-- | games/gnocatan/Makefile | 4 | ||||
-rw-r--r-- | games/lbreakout/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/backgammon/Makefile b/games/backgammon/Makefile index 1a5621fa5dc..a3212837776 100644 --- a/games/backgammon/Makefile +++ b/games/backgammon/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/08 03:05:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:25 tron Exp $ # DISTNAME= bacKgammon-1.9.1b CATEGORIES= games -MASTER_SITES= http://download.sourceforge.net/backgammon/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=backgammon/} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://bacKgammon.sourceforge.net/ diff --git a/games/corewars/Makefile b/games/corewars/Makefile index 8151332a071..8969006f432 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/04/13 11:10:48 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:25 tron Exp $ # DISTNAME= corewars-0.9.11 CATEGORIES= games -MASTER_SITES= http://download.sourceforge.net/corewars/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://corewars.sourceforge.net/ diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 53bd02fcdca..009f9d1e256 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/09/03 20:39:30 veego Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:25 tron Exp $ # DISTNAME= gnocatan-0.6.1 CATEGORIES= games gnome -MASTER_SITES= http://download.sourceforge.net/gnocatan/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnocatan/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://gnocatan.sourceforge.net/ diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index ed87a0dfb5e..40277a56cf7 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/10/22 18:33:32 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:25 tron Exp $ # DISTNAME= lbreakout-001018 CATEGORIES= games -MASTER_SITES= http://download.sourceforge.net/lgames/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://lgames.sourceforge.net/lbreakout/lbreakout.html |