mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix stripping
This commit is contained in:
parent
1ed653869a
commit
23f20edad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381555
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= PPerl
|
||||
PORTVERSION= 0.25
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
|
||||
@ -16,7 +16,11 @@ USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
@${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
|
||||
@${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPerl/PPerl.so
|
||||
@${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/pperl
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pperl
|
||||
@${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/pperl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user