1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Adapt the fixpacklist Perl hack to work with libpurple.

PR:		192054
This commit is contained in:
Joe Marcus Clarke 2014-08-02 05:48:00 +00:00
parent 5d2123be2c
commit b012cfdf02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363787

View File

@ -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>