Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 15:23:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353465 - head/math/p5-Math-Geometry-Planar
Message-ID:  <201405091523.s49FNCSH013393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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