1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Fix strip

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-02-01 20:21:33 +00:00
parent a512e72d82
commit 0f0090fb12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378268

View File

@ -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