summaryrefslogtreecommitdiff
path: root/games/hlserver-admin/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-11 03:34:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-11 03:34:38 +0000
commit034ad315b9febd0090cf4bd52084a0cf70ddca3b (patch)
treed73d780318440bfd0cb3c6f0d2078c0ea13dd3aa /games/hlserver-admin/Makefile
parentFix MASTER_SITES. (diff)
Update to 2.50.09
Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=49933
Diffstat (limited to 'games/hlserver-admin/Makefile')
-rw-r--r--games/hlserver-admin/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile
index dd6844847357..75d0b756e240 100644
--- a/games/hlserver-admin/Makefile
+++ b/games/hlserver-admin/Makefile
@@ -6,21 +6,15 @@
#
PORTNAME= admin
-PORTVERSION= 2.50.07
+PORTVERSION= 2.50.09
PORTEPOCH= 1
-MASTER_SITES= http://www.adminmod.org/downloads/ \
- http://metamod.org/files/other/
-DISTFILES= halflife-${PORTNAME}-${PORTVERSION}.tgz \
- metamod_i386.so
+MASTER_SITES= http://www.adminmod.org/downloads/
+DISTNAME= halflife-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
+EXTRACT_SUFX= .tgz
-EXTRACT_ONLY= halflife-${PORTNAME}-${PORTVERSION}.tgz
WRKSRC= ${WRKDIR}/Admin
-post-patch:
- @${CP} ${DISTDIR}/${DIST_SUBDIR}/metamod_i386.so \
- ${WRKSRC}/dlls
-
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"