diff options
Diffstat (limited to 'net-im/libpurple/Makefile')
-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 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> |