Date: Sat, 24 Feb 2024 22:18:04 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: deb626dbc366 - main - net-im/telepathy-salut: Moved man to share/man Message-ID: <202402242218.41OMI4MZ010685@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=deb626dbc36600801b52f1aa42ec8ef0b3a3bbb3 commit deb626dbc36600801b52f1aa42ec8ef0b3a3bbb3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 21:56:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 22:17:40 +0000 net-im/telepathy-salut: Moved man to share/man Approved by: portmgr (blanket) --- net-im/telepathy-salut/Makefile | 3 ++- net-im/telepathy-salut/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile index 8200a29c3076..fd03c60ca85c 100644 --- a/net-im/telepathy-salut/Makefile +++ b/net-im/telepathy-salut/Makefile @@ -1,6 +1,6 @@ PORTNAME= telepathy-salut PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -16,6 +16,7 @@ LIB_DEPENDS= libavahi-glib.so:net/avahi-app \ libsoup-2.4.so:devel/libsoup GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake gnome libtool pathfix pkgconfig python:build sqlite ssl USE_GNOME= glib20 libxslt:build CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no diff --git a/net-im/telepathy-salut/pkg-plist b/net-im/telepathy-salut/pkg-plist index 760b1f42103a..593c42fe5132 100644 --- a/net-im/telepathy-salut/pkg-plist +++ b/net-im/telepathy-salut/pkg-plist @@ -4,7 +4,7 @@ lib/telepathy/salut-0/lib/libwocky-telepathy-salut-%%VERSION%%.so lib/telepathy/salut-0/lib/libwocky.a lib/telepathy/salut-0/lib/libwocky.so libexec/telepathy-salut -man/man8/telepathy-salut.8.gz +share/man/man8/telepathy-salut.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service %%DOCSDIR%%/clique.html share/telepathy/managers/salut.manager
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242218.41OMI4MZ010685>