mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue