svn commit: r405361 - head/net-im/pidgin

Joe Marcus Clarke marcus at FreeBSD.org
Wed Jan 6 15:36:46 UTC 2016


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


More information about the svn-ports-all mailing list