diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/code-eli/Makefile | 3 |
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: |