aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-10-01 01:34:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-10-01 01:34:57 +0000
commit4d8940e0ddd305c2952b1a868d3a35db79b2fe4f (patch)
tree92723821b70aa7ddab54721dcc8f97d638a47a67
parent5cc31c43ce21e66e60d5dc5084334c979632c6bc (diff)
downloadports-4d8940e0ddd305c2952b1a868d3a35db79b2fe4f.tar.gz
ports-4d8940e0ddd305c2952b1a868d3a35db79b2fe4f.zip
Fix staging when Perl is enabled for slave ports.
Reported by: John Wood <john@charpa.org>
Notes
Notes: svn path=/head/; revision=369683
-rw-r--r--net-im/libpurple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index cb7eb8b05243..f459414567ed 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -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