svn commit: r387750 - head/devel/p5-Inline-Python
Ryan Steinmetz
zi at FreeBSD.org
Thu May 28 17:55:48 UTC 2015
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>
More information about the svn-ports-all
mailing list