diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-19 12:00:48 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-19 12:00:48 +0800 |
commit | d3f7e36b3c859153cadfb060193fc270f0a47a64 (patch) | |
tree | 2b5dfd47b9abe0754447aba339709f135e9c835e /games | |
parent | 46a4304725afe82016aa8ab9fb21296963a3dd08 (diff) | |
download | freebsd-ports-gnome-d3f7e36b3c859153cadfb060193fc270f0a47a64.tar.gz freebsd-ports-gnome-d3f7e36b3c859153cadfb060193fc270f0a47a64.tar.zst freebsd-ports-gnome-d3f7e36b3c859153cadfb060193fc270f0a47a64.zip |
Take out my modifications from previous commit, didn't realize it was
getting this from slave port.
Approved by: maintainer
Diffstat (limited to 'games')
-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 |