aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-12 14:47:09 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-12 14:47:09 +0000
commita5f1ce35a2826aaa57b5b04fc1fd64cd3ed4873c (patch)
tree134043c29669c772207e798d50e1ec3297f5d028
parenta0d4a6dc3cd1c9ae15db543c246db3d008f8abef (diff)
Notes
-rw-r--r--games/assaultcube/Makefile12
-rw-r--r--games/assaultcube/distinfo4
2 files changed, 5 insertions, 11 deletions
diff --git a/games/assaultcube/Makefile b/games/assaultcube/Makefile
index 74aaca2a3b33..2339b2277c69 100644
--- a/games/assaultcube/Makefile
+++ b/games/assaultcube/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= assaultcube
-PORTVERSION= 1.2.0.1
+PORTVERSION= 1.2.0.2
CATEGORIES= games
MASTER_SITES= SF/actiongame/AssaultCube%20Version%20${PORTVERSION}
DISTNAME= AssaultCube_v${PORTVERSION}
@@ -72,25 +72,19 @@ ACUBE_BIN+= master
.endif
pre-install: .SILENT
-.if !defined(NOPORTDATA)
# Current STAGEDIR doesn't create empty directories for package,
# in case of dynamically generated TMPPLIST, where these directories exist
${RMDIR} ${WRKSRC}/packages/maps/servermaps/incoming
-.endif
do-install:
.for f in ${ACUBE_BIN}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}_${f} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ac_${f} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}_${f}
.endfor
-.if !defined(NOPORTDATA)
- ${MKDIR} ${STAGEDIR}${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-.endif
.if ${PORT_OPTIONS:MCLIENT}
${INSTALL_DATA} ${WRKSRC}/docs/images/icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
.endif
diff --git a/games/assaultcube/distinfo b/games/assaultcube/distinfo
index 17ce4c21983f..a0924fc4a36a 100644
--- a/games/assaultcube/distinfo
+++ b/games/assaultcube/distinfo
@@ -1,2 +1,2 @@
-SHA256 (AssaultCube_v1.2.0.1.tar.bz2) = b5e0a30fe038fed292138268077ce916dcff0690edc1ce2f06330b4132345001
-SIZE (AssaultCube_v1.2.0.1.tar.bz2) = 53143395
+SHA256 (AssaultCube_v1.2.0.2.tar.bz2) = 77ac41bdf07f6d74367e29089c2ee34da5ef53fdf979d7dfad58c3edce5f0717
+SIZE (AssaultCube_v1.2.0.2.tar.bz2) = 52975325