Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2014 12:49:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374453 - head/math/p5-Math-Geometry-Planar-GPC-Polygon
Message-ID:  <201412101249.sBACnq00062740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 10 12:49:51 2014
New Revision: 374453
URL: https://svnweb.freebsd.org/changeset/ports/374453
QAT: https://qat.redports.org/buildarchive/r374453/

Log:
  - Fix strip

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

Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
==============================================================================
--- head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile	Wed Dec 10 12:47:38 2014	(r374452)
+++ head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile	Wed Dec 10 12:49:51 2014	(r374453)
@@ -19,6 +19,6 @@ USE_PERL5=	configure
 MAKE_JOBS_UNSAFE=	yes
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/Polygon/Polygon.so
 
 .include <bsd.port.mk>



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