aboutsummaryrefslogtreecommitdiff
path: root/misc/urh/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-18 18:18:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-18 20:19:54 +0000
commit290aebe319f02e442f4789d11df6d5175db8f16d (patch)
tree98409e6eeb8ecc460dc522c76911cb6b9142e40d /misc/urh/Makefile
parent2cef78b854551898c2ebcc9a0cfc6ec84bdb7ab0 (diff)
downloadports-290aebe319f02e442f4789d11df6d5175db8f16d.tar.gz
ports-290aebe319f02e442f4789d11df6d5175db8f16d.zip
Diffstat (limited to 'misc/urh/Makefile')
-rw-r--r--misc/urh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/urh/Makefile b/misc/urh/Makefile
index 70dbc375b55e..6aeb5c2644b0 100644
--- a/misc/urh/Makefile
+++ b/misc/urh/Makefile
@@ -1,6 +1,5 @@
PORTNAME= urh
-DISTVERSION= 2.9.1
-PORTREVISION= 2
+DISTVERSION= 2.9.2
CATEGORIES= misc hamradio python
MASTER_SITES= CHEESESHOP
@@ -27,5 +26,6 @@ post-install:
echo "LD_PRELOAD=${PREFIX}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${PREFIX}/bin/urh.shadow \"$$@\"" \
) > ${STAGEDIR}${PREFIX}/bin/urh
@${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/urh
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/urh/cythonext/*.so
.include <bsd.port.mk>