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

Joe Marcus Clarke marcus at FreeBSD.org
Wed Oct 1 01:34:58 UTC 2014


Author: marcus
Date: Wed Oct  1 01:34:57 2014
New Revision: 369683
URL: http://svnweb.freebsd.org/changeset/ports/369683
QAT: https://qat.redports.org/buildarchive/r369683/

Log:
  Fix staging when Perl is enabled for slave ports.
  
  Reported by:	John Wood <john at charpa.org>

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Wed Oct  1 01:18:56 2014	(r369682)
+++ head/net-im/libpurple/Makefile	Wed Oct  1 01:34:57 2014	(r369683)
@@ -325,7 +325,7 @@ post-patch:
 		's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
 .endif
 
-.if ${PORT_OPTIONS:MPERL}
+.if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL}
 post-stage:
 	@${SED} -i '' -e 's|^${STAGEDIR}||g' \
 		${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist


More information about the svn-ports-all mailing list