diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /games | |
parent | fb24f30a20854f860977346120fa151da9d71781 (diff) | |
download | ports-a9f22cd5841fc7f59c12a2717351ba54b6383335.tar.gz ports-a9f22cd5841fc7f59c12a2717351ba54b6383335.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/corewars/Makefile | 3 | ||||
-rw-r--r-- | games/glife/Makefile | 3 | ||||
-rw-r--r-- | games/quakeforge/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile index 2a280a4908f8..8085793f4a11 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -8,7 +8,8 @@ PORTNAME= corewars PORTVERSION= 0.9.11 CATEGORIES= games -MASTER_SITES= http://download.sourceforge.net/corewars/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jim@FreeBSD.org diff --git a/games/glife/Makefile b/games/glife/Makefile index 1b8f34119887..6bbeb80f684c 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -8,7 +8,8 @@ PORTNAME= glife PORTVERSION= 0.2.1 CATEGORIES= games gnome -MASTER_SITES= http://download.sourceforge.net/glife/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= gLife-${PORTVERSION} MAINTAINER= ade@FreeBSD.org diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 33b5ce6dd884..9032f387cf13 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -8,7 +8,8 @@ PORTNAME= QuakeForge PORTVERSION= 0.1.1 CATEGORIES= games -MASTER_SITES= http://download.sourceforge.net/quake/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= quake DISTNAME= quakeforge-${PORTVERSION} .if !defined(NO_WAD) MASTER_SITES+= http://www.devolution.com/~slouken/SDL/projects/quake/data/ |