diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-01-22 19:23:36 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-01-22 19:23:36 +0000 |
commit | 6eef6a8b5095f7c010cded6dd550f2d74cb63cf2 (patch) | |
tree | c78ff5ae42b3acf02f7a9b6744b99df1e0de1f5c /games | |
parent | 4d3c15877fec08d4990ea40352aa535c2b062b61 (diff) | |
download | freebsd-ports-6eef6a8b5095f7c010cded6dd550f2d74cb63cf2.zip |
- Fix permissions of documentation files after installing them.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2-3zb2/Makefile | 2 |
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: |