diff options
author | pat <pat@FreeBSD.org> | 2003-05-18 18:32:53 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-05-18 18:32:53 +0000 |
commit | 7103f00074592d47c006bacf48cfb18e4e46c341 (patch) | |
tree | aa3bad0185b51f9742dbef7e9b4c25be3abae08a /games/linux-quake3 | |
parent | 3cfb8e2b02c1fc87937efd1c85a9ed0bc1991d7f (diff) | |
download | FreeBSD-ports-7103f00074592d47c006bacf48cfb18e4e46c341.zip FreeBSD-ports-7103f00074592d47c006bacf48cfb18e4e46c341.tar.gz |
Update to 1.32b
Notified by: icon <icon@gwu.edu>, Patrick C <patrick@filespanker.com>
Diffstat (limited to 'games/linux-quake3')
-rw-r--r-- | games/linux-quake3/Makefile | 10 | ||||
-rw-r--r-- | games/linux-quake3/distinfo | 2 | ||||
-rw-r--r-- | games/linux-quake3/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index db3080a..6423965 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= q3ded -PORTVERSION= 1.32 +PORTVERSION= 1.32b CATEGORIES= games linux MASTER_SITES= ftp://ftp.bluesnews.com/idstuff/quake3/linux/ \ ftp://ftp.idsoftware.com/idstuff/quake3/linux/ @@ -29,7 +29,7 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} && ${TAIL} +179 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ + @cd ${WRKDIR} && ${TAIL} +266 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ ${TAR} zxvf - >/dev/null pre-patch: @@ -49,10 +49,10 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/missionpack/pak${mpak}.pk3 \ ${PREFIX}/${Q3DIR}/missionpack .endfor - @${INSTALL} -c -o nobody -g nogroup -m 500 ${WRKSRC}/bin/x86/q3ded \ +.for exec in q3ded quake3.x86 quake3-smp.x86 + @${INSTALL} -c -o nobody -g nogroup -m 500 ${WRKSRC}/bin/x86/${exec} \ ${PREFIX}/${Q3DIR} - @${INSTALL} -c -o nobody -g nogroup -m 500 \ - ${WRKSRC}/bin/x86/quake3.x86 ${PREFIX}/${Q3DIR} +.endfor .for pb in pbag.so pbcl.so pbsv.so @${INSTALL_DATA} ${WRKSRC}/pb/${pb} ${PREFIX}/${Q3DIR}/pb .endfor diff --git a/games/linux-quake3/distinfo b/games/linux-quake3/distinfo index 6b91f78..5077956 100644 --- a/games/linux-quake3/distinfo +++ b/games/linux-quake3/distinfo @@ -1 +1 @@ -MD5 (linuxq3apoint-1.32.x86.run) = 5c4853976224e6f3d1c815075392f3d9 +MD5 (linuxq3apoint-1.32b.x86.run) = c6afb977ca0357de39db6871c8a3cd37 diff --git a/games/linux-quake3/pkg-plist b/games/linux-quake3/pkg-plist index cc4202b..88a9419 100644 --- a/games/linux-quake3/pkg-plist +++ b/games/linux-quake3/pkg-plist @@ -84,6 +84,7 @@ %%Q3DIR%%pb/pbsv.so %%Q3DIR%%q3ded %%Q3DIR%%quake3.x86 +%%Q3DIR%%quake3-smp.x86 %%PORTDOCS%%%%Q3DIR%%quake3.xpm %%PORTDOCS%%@dirrm %%Q3DIR%%pb/htm @dirrm %%Q3DIR%%pb |