mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Strip shared library in post-install:
- Remove contiguous blank lines
This commit is contained in:
parent
3a54158b21
commit
f3da92d81a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373243
@ -16,8 +16,9 @@ LICENSE_COMB= dual
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int64/Int64.so
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so
|
||||
${CHMOD} u-w ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user