1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Fix strip

Suggested by:	mat
This commit is contained in:
Dmitry Marakasov 2014-12-10 15:02:02 +00:00
parent e96ee58d94
commit 01dfda5bce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374464

View File

@ -19,6 +19,8 @@ USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
.include <bsd.port.mk>