diff options
author | gdt <gdt@pkgsrc.org> | 2021-09-28 19:52:17 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-09-28 19:52:17 +0000 |
commit | 295b1128840fdc0531760d5fd9f6d28e7a7b4579 (patch) | |
tree | 959ccfdc256c0ec6498b44b08bf53f19539d4736 /ham/hamlib | |
parent | 8fd27d2496becc44cec422fbf2edb10f05052e6e (diff) | |
download | pkgsrc-295b1128840fdc0531760d5fd9f6d28e7a7b4579.tar.gz |
ham/hamlib: Note that workaround has been reported upstream
Diffstat (limited to 'ham/hamlib')
-rw-r--r-- | ham/hamlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 3ef0813dcfa..6140f2b272c 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2021/09/15 22:52:45 gdt Exp $ +# $NetBSD: Makefile,v 1.52 2021/09/28 19:52:17 gdt Exp $ # DISTNAME= hamlib-${VERSION} @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --without-tcl-binding \ --without-perl-binding \ --without-python-binding +# Reported to upstream mailinglist 20210915 post-install: mv ${DESTDIR}/${PREFIX}/bin/testlibusb ${DESTDIR}/${PREFIX}/bin/rigctl_testlibusb |