diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-01-23 03:23:36 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-01-23 03:23:36 +0800 |
commit | 000b597fe7805ef21102acd2711cf56623355ac1 (patch) | |
tree | b0e19d6ce64b0f45eae73a4717aaa2fa7a8d3061 /games | |
parent | 9ecf21f7dab2ac887f8ae4c1ec93321610b0b744 (diff) | |
download | freebsd-ports-gnome-000b597fe7805ef21102acd2711cf56623355ac1.tar.gz freebsd-ports-gnome-000b597fe7805ef21102acd2711cf56623355ac1.tar.zst freebsd-ports-gnome-000b597fe7805ef21102acd2711cf56623355ac1.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: |