summaryrefslogtreecommitdiff
path: root/games/hlserver-admin/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-10-27 04:00:02 +0000
committerPatrick Li <pat@FreeBSD.org>2002-10-27 04:00:02 +0000
commitda6272167495ed2fb0f9a9426eb4172192345d42 (patch)
tree22fa8b58c822ef57f0ef49ee92d5b00a4d1ef826 /games/hlserver-admin/Makefile
parentRevert maintainership to ports@FreeBSD.org and suggest freeradius (diff)
Update to 2.50.50
Notes
Notes: svn path=/head/; revision=68905
Diffstat (limited to 'games/hlserver-admin/Makefile')
-rw-r--r--games/hlserver-admin/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile
index 56dc9e1bb3d1..e0a211d33730 100644
--- a/games/hlserver-admin/Makefile
+++ b/games/hlserver-admin/Makefile
@@ -6,24 +6,24 @@
#
PORTNAME= admin
-PORTVERSION= 2.50.26
-PORTREVISION= 2
+PORTVERSION= 2.50.50
PORTEPOCH= 1
-MASTER_SITES= http://www.adminmod.org/downloads/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= halflifeadmin
DISTNAME= halflife-admin-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${PORTNAME}
-WRKSRC= ${WRKDIR}/Admin
+WRKSRC= ${WRKDIR}/Adminmod
slaveport-post-extract:
@${PERL} -pi.orig -e \
- 's|/usr/local/games/hlds_l|${PREFIX}${HLDSDIR:S/\/$//}|' \
+ 's|/usr/local/hlds_l|${PREFIX}${HLDSDIR:S/\/$//}|' \
${WRKSRC}/install_admin
slaveport-post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/install_admin \
- ${PREFIX}${HLDSDIR}/Admin
+ ${PREFIX}${HLDSDIR}/Adminmod
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs