aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2022-06-08 13:02:45 +0000
committerDiane Bruce <db@FreeBSD.org>2022-06-08 13:02:45 +0000
commitdb3135574211f4ffd389cd4b3116ed5e2f791551 (patch)
tree9906c7d304b1cd5fedc89c8aeee9c4208e96053d
parent8560760fa75fc1e5d6e56cdc190a4473c3b2538e (diff)
downloadports-db3135574211f4ffd389cd4b3116ed5e2f791551.tar.gz
ports-db3135574211f4ffd389cd4b3116ed5e2f791551.zip
comms/hamlib: Fixed incorrect strip of Hamlib.so
Fixed a bug that was hidden during the migration to staging. STRIP(1) in the PERL library. PR: ports/264533 Reported by: takefu@airport.fm
-rw-r--r--comms/hamlib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile
index 33330ccab3ac..ff0e8917dde7 100644
--- a/comms/hamlib/Makefile
+++ b/comms/hamlib/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hamlib
PORTVERSION= 4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= SF
@@ -40,9 +40,10 @@ post-patch:
${WRKSRC}/macros/ax_python_devel.m4
post-build:
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' \
- ${STAGEDIR}${WRKSRC}/bindings/Hamlib-pl.mk
-
+ ${WRKSRC}/bindings/Hamlib-pl.mk
+
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hamlib/Hamlib.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB \
${WRKSRC}/ChangeLog ${WRKSRC}/INSTALL ${WRKSRC}/LICENSE \