diff options
author | lme <lme@FreeBSD.org> | 2013-07-06 02:44:06 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2013-07-06 02:44:06 +0800 |
commit | cfc87bf1a31f28db0f317008f3291bc5ba6b94b8 (patch) | |
tree | d39dfcdba54d12ad5812683a0ff0be30633a4443 /games | |
parent | 54e23cc0f15eb3011f2940cd855112a3d0790dc4 (diff) | |
download | freebsd-ports-gnome-cfc87bf1a31f28db0f317008f3291bc5ba6b94b8.tar.gz freebsd-ports-gnome-cfc87bf1a31f28db0f317008f3291bc5ba6b94b8.tar.zst freebsd-ports-gnome-cfc87bf1a31f28db0f317008f3291bc5ba6b94b8.zip |
- Remove broken mirror and add two new ones.
- Remove BROKEN
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-ssamtse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/linux-ssamtse/Makefile b/games/linux-ssamtse/Makefile index 96fb813bc25c..b3325cb1f8f2 100644 --- a/games/linux-ssamtse/Makefile +++ b/games/linux-ssamtse/Makefile @@ -4,7 +4,8 @@ PORTNAME= ssamtse PORTVERSION= 1.07b1 CATEGORIES= games linux -MASTER_SITES= http://liflg.0wnitsch.de/files/final/ +MASTER_SITES= http://home.coc-ag.de/dressler-ro/liflg/files/final/ \ + http://bsd-geek.de/FreeBSD/distfiles/ PKGNAMEPREFIX= linux- DISTFILES= ${PORTNAME:S|ssam|serious.sam.|}_${PORTVERSION:S|b|beta|}-english-2.run @@ -22,8 +23,6 @@ RESTRICTED= Redistribution is limited, see license PORTDOCS= README.liflg ShellSymbols.txt changes.txt Notes_1_04.txt SUB_FILES= pkg-message -BROKEN= Does not fetch - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MVORBIS} |