svn commit: r356923 - head/devel/p5-subversion

Lev A. Serebryakov lev at FreeBSD.org
Sat Jun 7 16:20:31 UTC 2014


Author: lev
Date: Sat Jun  7 16:20:30 2014
New Revision: 356923
URL: http://svnweb.freebsd.org/changeset/ports/356923
QAT: https://qat.redports.org/buildarchive/r356923/

Log:
   Fix ".packlist" generation, avoid Q/A errors.
  
  PR:		190270
  Submitted by:	chris

Modified:
  head/devel/p5-subversion/Makefile

Modified: head/devel/p5-subversion/Makefile
==============================================================================
--- head/devel/p5-subversion/Makefile	Sat Jun  7 16:14:42 2014	(r356922)
+++ head/devel/p5-subversion/Makefile	Sat Jun  7 16:20:30 2014	(r356923)
@@ -16,6 +16,7 @@ MASTERDIR=	${.CURDIR}/../../devel/subver
 PKGDIR=		${.CURDIR}
 
 USES=		perl5
+USE_PERL5=	build run fixpacklist
 
 SVN_BUILD_BINDINGS=yes
 


More information about the svn-ports-head mailing list