diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-12 04:51:37 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-05-12 04:51:37 +0000 |
commit | a92700b2d8271f8b993429966e9b9c1f015e347d (patch) | |
tree | d4593fe0210342496300f083234493b2f4673204 /games/ember/Makefile | |
parent | Update to 1.10. (diff) |
update to 0.5.6
mark MAKE_JOBS_SAFE= yes
Notes
Notes:
svn path=/head/; revision=233743
Diffstat (limited to 'games/ember/Makefile')
-rw-r--r-- | games/ember/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index 1f7506506fc7..56d410dfff21 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ember -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= games MASTER_SITES= SF \ http://amber.worldforge.org/ember/releases/stable/ @@ -37,6 +37,7 @@ USE_LUA= 5.1 USE_GNOME= gnomehack USE_BZIP2= YES CPPFLAGS= -DBR_NO_MACROS +MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -e '\ @@ -60,7 +61,7 @@ post-patch: ${WRKSRC}/src/components/ogre/Makefile.in post-install: - (cd ${WRKDIR}/${PORTNAME}-media-${PORTVERSION} && ${FIND} . -type f -print | \ + (cd ${WRKDIR}/media-${PORTVERSION} && ${FIND} . -type f -print | \ ${CPIO} -pdmu -R${SHAREOWN}:${SHAREGRP} ${DATADIR}/media) ${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 0755 ${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 0644 |