diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 19:42:22 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 19:42:22 +0800 |
commit | 73415934247714944c2a90de8fe2a85670c35982 (patch) | |
tree | 261d96a2baa78dd55634998bbe58e67ef2f9cb2a /games/doom | |
parent | 3c16ee83881875aa5fc67de2626757673cf09221 (diff) | |
download | freebsd-ports-gnome-73415934247714944c2a90de8fe2a85670c35982.tar.gz freebsd-ports-gnome-73415934247714944c2a90de8fe2a85670c35982.tar.zst freebsd-ports-gnome-73415934247714944c2a90de8fe2a85670c35982.zip |
- Add Backup MASTER_SITES
PR: 138960
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |