diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-20 17:26:30 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-20 17:26:30 +0000 |
commit | 973cb7e987d8fa0e02aaff7b25d9db71639329dc (patch) | |
tree | 3c7994e80e64f52584db3a8bb1be4161def3f8b3 /games/hlserver-si | |
parent | e4bd2f66f1434856a1089ce9192778ab0d278a3b (diff) |
Re-enable auto fetching instead of requesting user to manually fetch
it
Notes
Notes:
svn path=/head/; revision=66865
Diffstat (limited to 'games/hlserver-si')
-rw-r--r-- | games/hlserver-si/Makefile | 12 |
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> |