Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2016 15:36:44 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405361 - head/net-im/pidgin
Message-ID:  <201601061536.u06FaiJG000769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Wed Jan  6 15:36:44 2016
New Revision: 405361
URL: https://svnweb.freebsd.org/changeset/ports/405361

Log:
  Use a better Perl fix.
  
  PR:		205951
  Submitted by:	 Piotr Kubaj

Modified:
  head/net-im/pidgin/Makefile

Modified: head/net-im/pidgin/Makefile
==============================================================================
--- head/net-im/pidgin/Makefile	Wed Jan  6 15:33:22 2016	(r405360)
+++ head/net-im/pidgin/Makefile	Wed Jan  6 15:36:44 2016	(r405361)
@@ -29,8 +29,7 @@ CONFIGURE_ARGS=	--disable-consoleui \
 		--enable-screensaver \
 		--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
 
-.if ${PORT_OPTIONS:MPERL}
-post-stage:
+post-stage-PERL-on:
 	@${SED} -i '' -e 's|^${STAGEDIR}||g' \
 		${STAGEDIR}${PREFIX}/lib/pidgin/perl/auto/Pidgin/.packlist
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601061536.u06FaiJG000769>