aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-08-09 07:41:51 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-08-09 07:41:51 +0000
commit5ef337180f6de5dad0002fb83e2a95f863e61a4e (patch)
tree6d6b64feb3af983f863eba071725f70e678e05b4 /graphics
parent49115d646e43d31d0643af2a656e294503bfe3d3 (diff)
downloadports-5ef337180f6de5dad0002fb83e2a95f863e61a4e.tar.gz
ports-5ef337180f6de5dad0002fb83e2a95f863e61a4e.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index fd8cb2629ed3..d1a6d73aaca9 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -51,10 +51,10 @@ PLIST_SUB= JPORTDOCS=""
post-extract:
@cd ${WRKSRC}/Doc && ${FIND} -s . -type d -print0 | ${XARGS} -0 ${CHMOD} a+rx
- @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x
+ @cd ${WRKSRC}/Doc && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r
@${CHMOD} a+rx ${WRKSRC}/Libraries
@cd ${WRKSRC}/Libraries && ${FIND} -s . -type d -print0 | ${XARGS} -0 ${CHMOD} a+rx
- @cd ${WRKSRC}/Libraries && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x
+ @cd ${WRKSRC}/Libraries && ${FIND} . -type f -print0 | ${XARGS} -0 ${CHMOD} a-x+r
@${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC}
post-patch: