diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-19 04:00:48 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-19 04:00:48 +0000 |
commit | f4b976f1ca50a1ebf4a5c1b26b36e6072ae90584 (patch) | |
tree | 33a60a3a3ee185bac0a471ff3c37f0a92c6ab8f9 /games/hlserver-admin | |
parent | 9b4422663b02935ced44b46d7c421cd363f42eb4 (diff) | |
download | ports-f4b976f1ca50a1ebf4a5c1b26b36e6072ae90584.tar.gz ports-f4b976f1ca50a1ebf4a5c1b26b36e6072ae90584.zip |
Take out my modifications from previous commit, didn't realize it was
getting this from slave port.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=44197
Diffstat (limited to 'games/hlserver-admin')
-rw-r--r-- | games/hlserver-admin/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile index 16623c871d8c..bed7810b0c80 100644 --- a/games/hlserver-admin/Makefile +++ b/games/hlserver-admin/Makefile @@ -7,13 +7,10 @@ PORTNAME= admin PORTVERSION= 2.50e -CATEGORIES= games MASTER_SITES= http://www.adminmod.org/downloads/ DISTNAME= halflife-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= pat@databits.net - WRKSRC= ${WRKDIR}/Admin HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs |