1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

install media file to the correct location to make ember actually work

This commit is contained in:
Oliver Lehmann 2008-11-22 15:50:36 +00:00
parent bba1978387
commit 379e1b3da0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223199
2 changed files with 1284 additions and 1415 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= ember
PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF \
http://amber.worldforge.org/ember/releases/stable/
@ -67,7 +68,7 @@ post-patch:
post-install:
(cd ${WRKDIR}/${PORTNAME}-media-${PORTVERSION} && ${FIND} . -type f -print | \
${CPIO} -pdmu -R${SHAREOWN}:${SHAREGRP} ${DATADIR})
${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

File diff suppressed because it is too large Load Diff