aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2014-08-02 13:48:00 +0800
committermarcus <marcus@FreeBSD.org>2014-08-02 13:48:00 +0800
commit3a61faa841d5e45672949121665d991143c801cf (patch)
tree397e1526d26dafff7a9cdb6b029e3bb8e0b1399c /net-im
parent121a93f833d59917dac39db07ec80843f444354f (diff)
downloadfreebsd-ports-gnome-3a61faa841d5e45672949121665d991143c801cf.tar.gz
freebsd-ports-gnome-3a61faa841d5e45672949121665d991143c801cf.tar.zst
freebsd-ports-gnome-3a61faa841d5e45672949121665d991143c801cf.zip
Adapt the fixpacklist Perl hack to work with libpurple.
PR: 192054
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 157a8b497ea7..f6a263883f74 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -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>