Skip to content

Commit

Permalink
security/akmos: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 19, 2024
1 parent 1c94375 commit 91e58da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/akmos/Makefile
@@ -1,6 +1,6 @@
PORTNAME= akmos
PORTVERSION= 0.7.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security

MAINTAINER= melanhit@gmail.com
Expand Down
9 changes: 9 additions & 0 deletions security/akmos/files/patch-doc_man_CMakeLists.txt
@@ -0,0 +1,9 @@
--- doc/man/CMakeLists.txt.orig 2024-03-19 09:54:19 UTC
+++ doc/man/CMakeLists.txt
@@ -15,5 +15,5 @@ foreach(manpage ${man1_src})

foreach(manpage ${man1_src})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${manpage}.gz
- DESTINATION man/man1)
+ DESTINATION share/man/man1)
endforeach()
2 changes: 1 addition & 1 deletion security/akmos/pkg-plist
Expand Up @@ -5,4 +5,4 @@ lib/libakmos.a
lib/libakmos.so
lib/libakmos.so.7
lib/libakmos.so.0.7
man/man1/akmos.1.gz
share/man/man1/akmos.1.gz

0 comments on commit 91e58da

Please sign in to comment.