svn commit: r378268 - head/devel/allegro

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 1 20:21:34 UTC 2015


Author: amdmi3
Date: Sun Feb  1 20:21:33 2015
New Revision: 378268
URL: https://svnweb.freebsd.org/changeset/ports/378268
QAT: https://qat.redports.org/buildarchive/r378268/

Log:
  - Fix strip
  
  Approved by:	portmgr blanket

Modified:
  head/devel/allegro/Makefile

Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile	Sun Feb  1 19:55:41 2015	(r378267)
+++ head/devel/allegro/Makefile	Sun Feb  1 20:21:33 2015	(r378268)
@@ -100,7 +100,9 @@ post-install:
 	expat exquat exrgbhsv exrotscl exsample exscale exscn3d exscroll exshade \
 	exspline exsprite exstars exstream exswitch exsyscur extimer extrans \
 	extrans2 extruec exunicod exupdate exxfade exzbuf
+	@${CHMOD} u+w ${STAGEDIR}${EXAMPLESDIR}/${l}
 	${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l}
+	@${CHMOD} u-w ${STAGEDIR}${EXAMPLESDIR}/${l}
 . endfor
 .endif
 


More information about the svn-ports-all mailing list