1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix up STRIP call

- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2015-05-28 17:55:47 +00:00
parent 752796d3c4
commit 620e49deff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387750

View File

@ -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>