diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-13 20:27:57 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-13 20:27:57 +0000 |
commit | 588fbb3792ccba5b0511cb465dccbd4c95b3dfd9 (patch) | |
tree | 7dba68c32a22c4599f77e4cc96b736c760242beb /games/vavoom/Makefile | |
parent | 2bf63900c906d3c754dce6cdc1541471af1e7f2b (diff) |
Notes
Diffstat (limited to 'games/vavoom/Makefile')
-rw-r--r-- | games/vavoom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index 4d6a9993bdbe..c0d77c95b2ae 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -155,6 +155,10 @@ post-install: .if defined(WITH_MODELS) ${CP} -r ${WRKDIR}/basev ${DATADIR} .endif +.if defined(WITH_DEVEL) || defined(WITH_MODELS) + @${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} ${BINMODE} + @${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE} +.endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/vavoom.txt ${DOCSDIR} |