Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 17:55:48 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387750 - head/devel/p5-Inline-Python
Message-ID:  <201505281755.t4SHtmBd062298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Thu May 28 17:55:47 2015
New Revision: 387750
URL: https://svnweb.freebsd.org/changeset/ports/387750

Log:
  - Fix up STRIP call
  - Bump PORTREVISION

Modified:
  head/devel/p5-Inline-Python/Makefile

Modified: head/devel/p5-Inline-Python/Makefile
==============================================================================
--- head/devel/p5-Inline-Python/Makefile	Thu May 28 17:52:11 2015	(r387749)
+++ head/devel/p5-Inline-Python/Makefile	Thu May 28 17:55:47 2015	(r387750)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Inline-Python
 PORTVERSION=	0.49
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,6 +22,6 @@ USES=		perl5 python:2
 CONFIGURE_ENV=	INLINE_PYTHON_EXECUTABLE="${PYTHON_CMD}"
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Inline/Python/Python.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Inline/Python/Python.so
 
 .include <bsd.port.mk>



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