diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-04-28 22:05:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-04-28 22:05:39 +0000 |
commit | 14e3e88476eaee1ec7d68ade63b745463b5e94f9 (patch) | |
tree | e7a1a636084b435498a92bc805bf5214e5b65fca /games/hlserver-admin/Makefile | |
parent | af94242ee85e9b4700c0edec9c7aa58fdcb60452 (diff) | |
download | ports-14e3e88476eaee1ec7d68ade63b745463b5e94f9.tar.gz ports-14e3e88476eaee1ec7d68ade63b745463b5e94f9.zip |
Notes
Diffstat (limited to 'games/hlserver-admin/Makefile')
-rw-r--r-- | games/hlserver-admin/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile index 9cad83fa0fcc..a69ac275b981 100644 --- a/games/hlserver-admin/Makefile +++ b/games/hlserver-admin/Makefile @@ -6,13 +6,12 @@ # PORTNAME= admin -PORTVERSION= 2.50.51 +PORTVERSION= 2.50.52 PORTEPOCH= 1 MASTER_SITES= http://www.adminmod.org/downloads/update/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= halflifeadmin -DISTFILES= halflife-admin-2.50.50.tgz \ - halflifeadmin-update-2_50_51.tgz +DISTNAME= halflife-admin-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME} @@ -21,10 +20,6 @@ COMMENT= Popular Half-Life mod server administration tool for Linux WRKSRC= ${WRKDIR}/Adminmod slaveport-post-extract: - @${CP} ${WRKSRC}/../metamod_i386.so \ - ${WRKSRC}/dlls - @${CP} ${WRKSRC}/../admin_MM_i386.so \ - ${WRKSRC}/dlls @${PERL} -pi.orig -e \ 's|/usr/local/hlds_l|${PREFIX}${HLDSDIR:S/\/$//}|' \ ${WRKSRC}/install_admin |