mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/soapyremote: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
05cfee41cb
commit
385d1524bb
2 changed files with 2 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= SoapyRemote
|
PORTNAME= SoapyRemote
|
||||||
DISTVERSIONPREFIX= soapy-remote-
|
DISTVERSIONPREFIX= soapy-remote-
|
||||||
DISTVERSION= 0.5.2
|
DISTVERSION= 0.5.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -20,6 +20,6 @@ GH_ACCOUNT= pothosware
|
||||||
|
|
||||||
PLIST_FILES= bin/SoapySDRServer \
|
PLIST_FILES= bin/SoapySDRServer \
|
||||||
lib/SoapySDR/modules0.8/libremoteSupport.so \
|
lib/SoapySDR/modules0.8/libremoteSupport.so \
|
||||||
man/man1/SoapySDRServer.1.gz
|
share/man/man1/SoapySDRServer.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -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)
|
|
Loading…
Add table
Reference in a new issue