mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Adapt the fixpacklist Perl hack to work with libpurple.
PR: 192054
This commit is contained in:
parent
5d2123be2c
commit
b012cfdf02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363787
1 changed files with 6 additions and 0 deletions
|
@ -325,4 +325,10 @@ post-patch:
|
|||
's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
post-stage:
|
||||
@${SED} -i '' -e 's|^${STAGEDIR}||g' \
|
||||
${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue