svn commit: r353465 - head/math/p5-Math-Geometry-Planar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 15:23:13 UTC 2014


Author: sunpoet
Date: Fri May  9 15:23:12 2014
New Revision: 353465
URL: http://svnweb.freebsd.org/changeset/ports/353465
QAT: https://qat.redports.org/buildarchive/r353465/

Log:
  - Fix WRKSRC (affected by DISTNAME)
  
  Reported by:	swills

Modified:
  head/math/p5-Math-Geometry-Planar/Makefile

Modified: head/math/p5-Math-Geometry-Planar/Makefile
==============================================================================
--- head/math/p5-Math-Geometry-Planar/Makefile	Fri May  9 15:14:28 2014	(r353464)
+++ head/math/p5-Math-Geometry-Planar/Makefile	Fri May  9 15:23:12 2014	(r353465)
@@ -19,5 +19,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list