Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 00:47:32 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416942 - head/graphics/code-eli
Message-ID:  <201606160047.u5G0lW8V094422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jun 16 00:47:32 2016
New Revision: 416942
URL: https://svnweb.freebsd.org/changeset/ports/416942

Log:
  graphics/code-eli: give write permissions on files prior to STRIP_CMD
  
  PR:		210046
  Submitted by:	fernando.apesteguia@gmail.com (maintainer)

Modified:
  head/graphics/code-eli/Makefile

Modified: head/graphics/code-eli/Makefile
==============================================================================
--- head/graphics/code-eli/Makefile	Thu Jun 16 00:20:26 2016	(r416941)
+++ head/graphics/code-eli/Makefile	Thu Jun 16 00:47:32 2016	(r416942)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606160047.u5G0lW8V094422>