Skip to content

Commit

Permalink
net-p2p/eiskaltdcpp-*: 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 15, 2024
1 parent 4cc4deb commit 76bb2c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
4 changes: 2 additions & 2 deletions net-p2p/eiskaltdcpp-daemon/Makefile
@@ -1,5 +1,5 @@
PORTNAME= eiskaltdcpp
PORTREVISION= 18
PORTREVISION= 19
CATEGORIES= net-p2p
PKGNAMESUFFIX= -daemon

Expand All @@ -23,7 +23,7 @@ XMLRPC_DESC= XMLRPC interface support (deprecated)
JSONRPC_DESC= JSONRPC interface support

PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX} \
man/man1/${PORTNAME}${PKGNAMESUFFIX}.1.gz
share/man/man1/${PORTNAME}${PKGNAMESUFFIX}.1.gz

CMAKE_ARGS+= -DUSE_QT:BOOL=OFF
CMAKE_ARGS+= -DUSE_GTK:BOOL=OFF
Expand Down
2 changes: 1 addition & 1 deletion net-p2p/eiskaltdcpp-gtk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= eiskaltdcpp
PORTREVISION= 22
PORTREVISION= 23
CATEGORIES= net-p2p
PKGNAMESUFFIX= -gtk

Expand Down
2 changes: 1 addition & 1 deletion net-p2p/eiskaltdcpp-gtk/pkg-plist
@@ -1,5 +1,4 @@
bin/eiskaltdcpp-gtk
man/man1/eiskaltdcpp-gtk.1.gz
share/applications/eiskaltdcpp-gtk.desktop
%%DATADIR%%/gtk/icons/hicolor/128x128/apps/eiskaltdcpp.png
%%DATADIR%%/gtk/icons/hicolor/16x16/status/eiskaltdcpp-dc++-fw-op.png
Expand Down Expand Up @@ -126,3 +125,4 @@ share/locale/sv_SE/LC_MESSAGES/eiskaltdcpp-gtk.mo
share/locale/uk/LC_MESSAGES/eiskaltdcpp-gtk.mo
share/locale/vi/LC_MESSAGES/eiskaltdcpp-gtk.mo
share/locale/zh_CN/LC_MESSAGES/eiskaltdcpp-gtk.mo
share/man/man1/eiskaltdcpp-gtk.1.gz
19 changes: 5 additions & 14 deletions net-p2p/eiskaltdcpp-lib/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2011-10-02 22:12:43.000000000 +0700
+++ CMakeLists.txt 2013-05-09 17:58:03.000000000 +0700
@@ -169,7 +169,7 @@
--- CMakeLists.txt.orig 2015-04-19 21:57:16 UTC
+++ CMakeLists.txt
@@ -171,7 +171,7 @@ else (LOCAL_BOOST)
endif()
message (STATUS "USED LOCAL BOOST HEADERS")
else (LOCAL_BOOST)
Expand All @@ -9,16 +9,7 @@
if (Boost_VERSION VERSION_LESS 104200)
add_definitions(-DTIMER_OLD_BOOST)
endif()
@@ -234,7 +234,7 @@
if (APPLE)
set (MAN_DIR "${PROJECT_NAME_GLOBAL}.app/man/man1")
else (APPLE)
- set (MAN_DIR "${SHARE_DIR}/man/man1")
+ set (MAN_DIR "${CMAKE_INSTALL_PREFIX}/man/man1")
endif (APPLE)

message (STATUS "Data directory: ${CLIENT_DATA_DIR}")
@@ -287,7 +287,9 @@
@@ -284,7 +284,9 @@ endif ()
endif ()
endif ()

Expand All @@ -29,7 +20,7 @@
${eiskaltdcpp_SOURCE_DIR}
${GMP_INCLUDE_DIR}
)
@@ -336,13 +338,17 @@
@@ -338,13 +340,17 @@ add_subdirectory(extra)
endif (WIN32 OR HAIKU)

add_subdirectory(extra)
Expand Down

0 comments on commit 76bb2c2

Please sign in to comment.