git: 27d38aee7638 - main - devel/dbus-tcl: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 11:25:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=27d38aee763896921a2faaa5c115cebc8341c95e commit 27d38aee763896921a2faaa5c115cebc8341c95e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 10:50:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 11:25:02 +0000 devel/dbus-tcl: Moved man to share/man Approved by: portmgr (blanket) --- devel/dbus-tcl/Makefile | 6 ++++-- 1 file 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} \