svn commit: r374983 - head/net-im/libpurple

Joe Marcus Clarke marcus at FreeBSD.org
Fri Dec 19 23:26:48 UTC 2014


Author: marcus
Date: Fri Dec 19 23:26:47 2014
New Revision: 374983
URL: https://svnweb.freebsd.org/changeset/ports/374983
QAT: https://qat.redports.org/buildarchive/r374983/

Log:
  Put back the local perl hack for .packlist to fix make stage.
  
  PR:		192054

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Fri Dec 19 23:03:54 2014	(r374982)
+++ head/net-im/libpurple/Makefile	Fri Dec 19 23:26:47 2014	(r374983)
@@ -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>


More information about the svn-ports-head mailing list