diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-19 19:42:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-19 19:42:22 +0800 |
commit | 1dc84d2f7c2a5490be0e3aca1d5fc3652f4f1fcf (patch) | |
tree | 23f18b01a68fc6e37aba3f8dffdc131664d68088 | |
parent | 38ac624113c1f27368b85664a35f1b89bef48028 (diff) | |
download | freebsd-ports-gnome-1dc84d2f7c2a5490be0e3aca1d5fc3652f4f1fcf.tar.gz freebsd-ports-gnome-1dc84d2f7c2a5490be0e3aca1d5fc3652f4f1fcf.tar.zst freebsd-ports-gnome-1dc84d2f7c2a5490be0e3aca1d5fc3652f4f1fcf.zip |
- Add Backup MASTER_SITES
PR: 138960
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
Feature safe: yes
-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 |