diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-20 17:26:30 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-20 17:26:30 +0000 |
commit | 9c09f14fe09dda5f35ffb1620139fb1db72cb180 (patch) | |
tree | 902086db2b19e7a44976268ac66cab811d489735 /games/hlserver-si | |
parent | 52092f74e48ecdd1334d264aa2d45a0deaa8165b (diff) | |
download | FreeBSD-ports-9c09f14fe09dda5f35ffb1620139fb1db72cb180.zip FreeBSD-ports-9c09f14fe09dda5f35ffb1620139fb1db72cb180.tar.gz |
Re-enable auto fetching instead of requesting user to manually fetch
it
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 1bd183b..5ba50e0 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> |