diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-07 02:20:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-07 02:20:36 +0000 |
commit | 6147fdb253766257c2d21fe4b4d0cacb2a88e6c8 (patch) | |
tree | 93133e5374a89706a39b905440f36ea81e1729a1 | |
parent | URL updates. (diff) |
o Mark IGNORE since "Current version is no longer available anywhere"
o Still debating if housing under MASTER_SITE_LOCAL is the right
thing, considering the size of these port distfiles
Submitted by: fenner's distfiles survey
Notes
Notes:
svn path=/head/; revision=75000
-rw-r--r-- | games/hlserver-esf/Makefile | 2 | ||||
-rw-r--r-- | games/hlserver-trainhunters/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/hlserver-esf/Makefile b/games/hlserver-esf/Makefile index 27c735614319..90efebca0957 100644 --- a/games/hlserver-esf/Makefile +++ b/games/hlserver-esf/Makefile @@ -14,6 +14,8 @@ DISTNAME= esfb100 MAINTAINER= lioux@FreeBSD.org +IGNORE= Current version is no longer available anywhere + HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs .include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" diff --git a/games/hlserver-trainhunters/Makefile b/games/hlserver-trainhunters/Makefile index cdff02a361c7..8727f6a134d4 100644 --- a/games/hlserver-trainhunters/Makefile +++ b/games/hlserver-trainhunters/Makefile @@ -14,6 +14,8 @@ EXTRACT_ONLY= thb20.tar.gz MAINTAINER= lioux@FreeBSD.org +IGNORE= Current version is no longer available anywhere + _DONT_INCLUDE_MK_=yes HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs |