diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-12-19 23:26:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-12-19 23:26:47 +0000 |
commit | 150e245e1745c0489505042bd42b9659b94c9630 (patch) | |
tree | 2f56717bf61d8a00174e2a2d4cffaa9118474e01 /net-im/libpurple | |
parent | 91293a35052d0d42238eef4625ecab486df2c162 (diff) |
Notes
Diffstat (limited to 'net-im/libpurple')
-rw-r--r-- | net-im/libpurple/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index da2bbe9a4f32..56d7a46343d5 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 !defined(PIDGIN_SLAVE) && ${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> |