git: 385d1524bb09 - main - comms/soapyremote: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 10:04:29 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=385d1524bb098582a2fbe045f833cb3f26601938
commit 385d1524bb098582a2fbe045f833cb3f26601938
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 09:54:06 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 10:04:09 +0000
comms/soapyremote: Move man pages to share/man
Approved by: portmgr (blanket)
---
comms/soapyremote/Makefile | 4 ++--
comms/soapyremote/files/patch-server_CMakeLists.txt | 8 --------
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/comms/soapyremote/Makefile b/comms/soapyremote/Makefile
index d5f7085585c5..2a0d34dd21e0 100644
--- a/comms/soapyremote/Makefile
+++ b/comms/soapyremote/Makefile
@@ -1,7 +1,7 @@
PORTNAME= SoapyRemote
DISTVERSIONPREFIX= soapy-remote-
DISTVERSION= 0.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org
@@ -20,6 +20,6 @@ GH_ACCOUNT= pothosware
PLIST_FILES= bin/SoapySDRServer \
lib/SoapySDR/modules0.8/libremoteSupport.so \
- man/man1/SoapySDRServer.1.gz
+ share/man/man1/SoapySDRServer.1.gz
.include <bsd.port.mk>
diff --git a/comms/soapyremote/files/patch-server_CMakeLists.txt b/comms/soapyremote/files/patch-server_CMakeLists.txt
deleted file mode 100644
index 48ebc3e6d74b..000000000000
--- a/comms/soapyremote/files/patch-server_CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
---- server/CMakeLists.txt.orig 2019-02-09 19:33:21 UTC
-+++ server/CMakeLists.txt
-@@ -36,4 +36,4 @@ target_link_libraries(SoapySDRServer ${S
- install(TARGETS SoapySDRServer DESTINATION bin)
-
- #install man pages for the application executable
--install(FILES SoapySDRServer.1 DESTINATION share/man/man1)
-+install(FILES SoapySDRServer.1 DESTINATION man/man1)