summaryrefslogtreecommitdiff
path: root/graphics/code-eli
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-16 00:47:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-16 00:47:32 +0000
commit1b345648ff6d3d77defb4a1fc43ea2c8a9696b19 (patch)
tree6af78ac168011b3b80e00c20d85df53c9dd3b755 /graphics/code-eli
parentAssume for the care and feeding of this port. (diff)
graphics/code-eli: give write permissions on files prior to STRIP_CMD
PR: 210046 Submitted by: fernando.apesteguia@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=416942
Diffstat (limited to 'graphics/code-eli')
-rw-r--r--graphics/code-eli/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile
index 580f0a340acf..00d8450ac5c2 100644
--- a/graphics/code-eli/Makefile
+++ b/graphics/code-eli/Makefile
@@ -3,6 +3,7 @@
PORTNAME= code-eli
PORTVERSION= 0.3.6
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= fernando.apesteguia@gmail.com
@@ -64,6 +65,8 @@ do-install-EXAMPLES-on:
${COPYTREE_BIN} . ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} \
"-name *Test -type f")
${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
+ ${XARGS} ${CHMOD} u+w
+ ${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
${XARGS} ${STRIP_CMD}
do-install-DOCS-on: