diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-01 20:21:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-01 20:21:33 +0000 |
commit | 0f0090fb1226da2b01bad2ae5dcd86c7332dd7c8 (patch) | |
tree | 15b18a3596f1f6e9a55134c7c31c78e61f3f1bbc /devel/allegro/Makefile | |
parent | a512e72d82d629867052a0cf662c30d6cef9b497 (diff) |
- Fix strip
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=378268
Diffstat (limited to 'devel/allegro/Makefile')
-rw-r--r-- | devel/allegro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 193d73dd27b3..ceb70e406997 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -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 |