diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 11:42:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 11:42:22 +0000 |
commit | 73415934247714944c2a90de8fe2a85670c35982 (patch) | |
tree | 261d96a2baa78dd55634998bbe58e67ef2f9cb2a /games | |
parent | 3c16ee83881875aa5fc67de2626757673cf09221 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/doom-data/Makefile | 3 | ||||
-rw-r--r-- | games/doom/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/doom-data/Makefile b/games/doom-data/Makefile index 0a2ec16541f2..2cfbc2692743 100644 --- a/games/doom-data/Makefile +++ b/games/doom-data/Makefile @@ -9,7 +9,8 @@ PORTNAME= data PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ +MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ \ + http://distfiles.officialunix.com/ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} EXTRACT_SUFX= .bz2 DISTFILES= # diff --git a/games/doom/Makefile b/games/doom/Makefile index 877d68a93141..0ca109225432 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -9,7 +9,7 @@ PORTNAME= doom PORTVERSION= 1.10 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= # none known, please fix +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/|} DISTNAME= doomsrc MAINTAINER= chris@officialunix.com |