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