svn commit: r363787 - head/net-im/libpurple
Joe Marcus Clarke
marcus at FreeBSD.org
Sat Aug 2 05:48:01 UTC 2014
Author: marcus
Date: Sat Aug 2 05:48:00 2014
New Revision: 363787
URL: http://svnweb.freebsd.org/changeset/ports/363787
QAT: https://qat.redports.org/buildarchive/r363787/
Log:
Adapt the fixpacklist Perl hack to work with libpurple.
PR: 192054
Modified:
head/net-im/libpurple/Makefile
Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile Sat Aug 2 05:13:08 2014 (r363786)
+++ head/net-im/libpurple/Makefile Sat Aug 2 05:48:00 2014 (r363787)
@@ -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>
More information about the svn-ports-head
mailing list