aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-21 01:26:30 +0800
committerlioux <lioux@FreeBSD.org>2002-09-21 01:26:30 +0800
commit9c09f14fe09dda5f35ffb1620139fb1db72cb180 (patch)
tree902086db2b19e7a44976268ac66cab811d489735 /games
parent52092f74e48ecdd1334d264aa2d45a0deaa8165b (diff)
downloadfreebsd-ports-gnome-9c09f14fe09dda5f35ffb1620139fb1db72cb180.tar.gz
freebsd-ports-gnome-9c09f14fe09dda5f35ffb1620139fb1db72cb180.tar.zst
freebsd-ports-gnome-9c09f14fe09dda5f35ffb1620139fb1db72cb180.zip
Re-enable auto fetching instead of requesting user to manually fetch
it
Diffstat (limited to 'games')
-rw-r--r--games/hlserver-si/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile
index 1bd183b42dd5..5ba50e0c93a5 100644
--- a/games/hlserver-si/Makefile
+++ b/games/hlserver-si/Makefile
@@ -7,6 +7,8 @@
PORTNAME= si
PORTVERSION= 0.97.0ra
+MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/si/ \
+ ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/hl/mod/si/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g:S/0r//}-linux
MAINTAINER= lioux@FreeBSD.org
@@ -17,12 +19,4 @@ HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= You must manually fetch the Linux Port distfile\
- (${DISTFILES}) from http://www.fileplanet.com/dl/dl.asp?/planethalflife/si/${DISTFILES},\
- place it in ${DISTDIR} and then run make again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>