aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 10:50:45 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:25:02 +0000
commit27d38aee763896921a2faaa5c115cebc8341c95e (patch)
treecf50a16d93cc37c3ca1ed487c3123e368e5c88a2
parent6b9cbe4b92399e6a162d0d24fc36fb39de67d5ca (diff)
downloadports-27d38aee763896921a2faaa5c115cebc8341c95e.tar.gz
ports-27d38aee763896921a2faaa5c115cebc8341c95e.zip
devel/dbus-tcl: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/dbus-tcl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile
index 03e025200658..a08135d9d04a 100644
--- a/devel/dbus-tcl/Makefile
+++ b/devel/dbus-tcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dbus
PORTVERSION= 3.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/
PKGNAMESUFFIX= -tcl
@@ -16,6 +16,8 @@ BUILD_DEPENDS= dtplite:devel/tcllib
USES= pkgconfig tcl:tea
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/dbus
PORTDOCS= *
@@ -24,7 +26,7 @@ TEST_TARGET= do-test
PLIST_FILES= lib/dbus/lib${TCL_PKG}.so \
lib/dbus/pkgIndex.tcl \
- man/mann/dbus.n.gz
+ share/man/mann/dbus.n.gz
post-patch:
${REINPLACE_CMD} \