diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-26 08:01:49 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-26 08:01:49 +0000 |
commit | 3372a746911e77222301062163ab819f38791b26 (patch) | |
tree | fea41c11810e2b8dd7ca5a6770e3397a8df258fc /games | |
parent | bdd5e25201806bebaf7915422eefe2a6911d6a1c (diff) | |
download | ports-3372a746911e77222301062163ab819f38791b26.tar.gz ports-3372a746911e77222301062163ab819f38791b26.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/bsdgames/Makefile | 3 | ||||
-rw-r--r-- | games/wmquake/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index cd1210f823f8..ad88e50fddee 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -12,7 +12,8 @@ PORTEPOCH= 1 CATEGORIES= games # Fetched from http://gitweb.dragonflybsd.org/dragonfly.git/tree/v2.4.0:/games # Content is stable, but file timestamps differ. Bad gitweb, no cookie! -MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= Traditional BSD games taken from DragonFly BSD diff --git a/games/wmquake/Makefile b/games/wmquake/Makefile index 009a7befc467..1f0c80c12d5e 100644 --- a/games/wmquake/Makefile +++ b/games/wmquake/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 1.1 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= Id Software\'s Quake I in a 64x64 WM dockapp window |