aboutsummaryrefslogtreecommitdiff
path: root/games/iourbanterror/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-19 15:56:44 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-19 15:56:44 +0000
commit3ef5c431f0b992f0cdbcbeb800f0a67527bc82ce (patch)
tree61ced59965a57bea4c75022e91dffbbac9a4cbbf /games/iourbanterror/Makefile
parent191965715937a6cf172860e73523743703bb1a2b (diff)
downloadports-3ef5c431f0b992f0cdbcbeb800f0a67527bc82ce.tar.gz
ports-3ef5c431f0b992f0cdbcbeb800f0a67527bc82ce.zip
- Update to version 1.34-rc3.
Notes
Notes: svn path=/head/; revision=180165
Diffstat (limited to 'games/iourbanterror/Makefile')
-rw-r--r--games/iourbanterror/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile
index 5203f93947c8..732d101d8885 100644
--- a/games/iourbanterror/Makefile
+++ b/games/iourbanterror/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ioquake3
-DISTVERSION= 1.34-rc2
+DISTVERSION= 1.34-rc3
CATEGORIES= games
MASTER_SITES= http://ioquake3.org/files/
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -34,7 +34,6 @@ MAKE_ENV+= DEFAULT_BASEDIR="${Q3DIR}" LIBDIR="${LIBDIR}" \
PLIST_SUB= LIBDIR="${LIBDIR:S/${PREFIX}\///}"
LIBDIR= ${PREFIX}/lib/${PORTNAME}
-SVN_REV= 797
VM_ARCHS= amd64 i386 powerpc
.include <bsd.port.pre.mk>
@@ -142,14 +141,5 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
-maint-gen-distfile:
- @if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
- ${ECHO_CMD} "ERROR: the distfile already exists."; \
- ${FALSE}; \
- fi
- svn export -r${SVN_REV} svn://svn.icculus.org/quake3/trunk quake3
- ${TAR} jcf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} quake3
- ${RM} -rf quake3
-
.include "${.CURDIR}/../quake3-data/Makefile.include"
.include <bsd.port.post.mk>