svn commit: r361390 - head/games/sauerbraten
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jul 9 15:55:43 UTC 2014
Author: vanilla
Date: Wed Jul 9 15:55:42 2014
New Revision: 361390
URL: http://svnweb.freebsd.org/changeset/ports/361390
QAT: https://qat.redports.org/buildarchive/r361390/
Log:
1: Stagify.
2: switch to USES=tar:bzip2.
3: fix WWW line.
Approved by: portmgr@ (blanket)
Modified:
head/games/sauerbraten/Makefile
head/games/sauerbraten/pkg-descr
Modified: head/games/sauerbraten/Makefile
==============================================================================
--- head/games/sauerbraten/Makefile Wed Jul 9 15:54:35 2014 (r361389)
+++ head/games/sauerbraten/Makefile Wed Jul 9 15:55:42 2014 (r361390)
@@ -11,12 +11,11 @@ DISTNAME= ${PORTNAME}_2013_02_03_collect
MAINTAINER= acm at FreeBSD.org
COMMENT= First person shooter based on Cube
-LICENSE_COMB= multi
LICENSE= MIT ZLIB
+LICENSE_COMB= multi
-USES= gmake
+USES= gmake tar:bzip2
GNU_CONFIGURE= yes
-USE_BZIP2= yes
CONFIGURE_ENV= ACLOCAL=true AUTOCONF=true AUTOMAKE=true
CONFIGURE_WRKSRC= ${WRKSRC}/src/enet
CONFIGURE_ARGS= --enable-shared=no --enable-static=yes
@@ -36,8 +35,6 @@ MASTER_DESC= Build master server
SUB_FILES= sauer_client sauer_master sauer_server pkg-message
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -73,25 +70,20 @@ post-patch:
do-install:
.for f in ${SAUER_BIN}
- ${INSTALL_SCRIPT} ${WRKDIR}/sauer_${f} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/sauer_${f} ${PREFIX}/libexec
+ ${INSTALL_SCRIPT} ${WRKDIR}/sauer_${f} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/sauer_${f} ${STAGEDIR}${PREFIX}/libexec
.endfor
.if !defined(NOPORTDATA)
- ${MKDIR} ${DATADIR}
- cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${DATADIR}
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}
.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
post-install:
.for f in ${SAUER_BIN}
@${ECHO_CMD} bin/sauer_${f} >> ${TMPPLIST}
@${ECHO_CMD} libexec/sauer_${f} >> ${TMPPLIST}
.endfor
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
.include <bsd.port.mk>
Modified: head/games/sauerbraten/pkg-descr
==============================================================================
--- head/games/sauerbraten/pkg-descr Wed Jul 9 15:54:35 2014 (r361389)
+++ head/games/sauerbraten/pkg-descr Wed Jul 9 15:55:42 2014 (r361390)
@@ -5,4 +5,4 @@ of this engine is not to produce the mos
map/geometry editing to be done dynamically in-game, and make map editing a
lot of fun.
-WWW: http://sauerbraten.org/
+WWW: http://sauerbraten.org/
More information about the svn-ports-all
mailing list