mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
net/sshping: Move man pages to share/man
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
PORTNAME= sshping
|
||||
PORTVERSION= 0.1.4
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
@@ -14,10 +15,10 @@ LIB_DEPENDS= libssh.so:security/libssh
|
||||
|
||||
USES= cmake localbase:ldflags perl5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= spook
|
||||
USE_PERL5= build
|
||||
|
||||
GH_ACCOUNT= spook
|
||||
|
||||
PLIST_FILES= bin/sshping man/man8/sshping.8.gz
|
||||
PLIST_FILES= bin/sshping \
|
||||
share/man/man8/sshping.8.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2018-03-19 21:48:55 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -27,7 +27,7 @@ add_custom_target(man ALL DEPENDS ${MAN_TGT})
|
||||
COMMENT "Building manpage ${MAN_TGT}"
|
||||
VERBATIM)
|
||||
add_custom_target(man ALL DEPENDS ${MAN_TGT})
|
||||
-install(FILES ${MAN_TGT} DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8)
|
||||
+install(FILES ${MAN_TGT} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man8)
|
||||
|
||||
# Packaging for RPM or DEB
|
||||
find_program(rpmbuild_path "rpmbuild" FALSE)
|
||||
Reference in New Issue
Block a user