aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-3zb2
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-01-22 19:23:36 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-01-22 19:23:36 +0000
commit6eef6a8b5095f7c010cded6dd550f2d74cb63cf2 (patch)
treec78ff5ae42b3acf02f7a9b6744b99df1e0de1f5c /games/quake2-3zb2
parent4d3c15877fec08d4990ea40352aa535c2b062b61 (diff)
downloadports-6eef6a8b5095f7c010cded6dd550f2d74cb63cf2.tar.gz
ports-6eef6a8b5095f7c010cded6dd550f2d74cb63cf2.zip
- Fix permissions of documentation files after installing them.
Notes
Notes: svn path=/head/; revision=183011
Diffstat (limited to 'games/quake2-3zb2')
-rw-r--r--games/quake2-3zb2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/quake2-3zb2/Makefile b/games/quake2-3zb2/Makefile
index 8139a408d665..3ab1b755f11f 100644
--- a/games/quake2-3zb2/Makefile
+++ b/games/quake2-3zb2/Makefile
@@ -73,6 +73,8 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/3zb2 && ${CP} -R *.txt "User Guide" ${DOCSDIR}
+ @${FIND} ${DOCSDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} ${BINMODE}
+ @${FIND} ${DOCSDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE}
.endif
post-install: