Date: Sat, 24 Feb 2024 22:18:02 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: 2647052e2c16 - main - net-im/telepathy-idle: Moved man to share/man Message-ID: <202402242218.41OMI2v2010595@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=2647052e2c16ace59965fa4977366ac292326988 commit 2647052e2c16ace59965fa4977366ac292326988 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 21:55:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 22:17:39 +0000 net-im/telepathy-idle: Moved man to share/man Approved by: portmgr (blanket) --- net-im/telepathy-idle/Makefile | 2 ++ net-im/telepathy-idle/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index d0ee74633535..506da7c11f10 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -1,5 +1,6 @@ PORTNAME= telepathy-idle PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -13,6 +14,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ USES= gmake gnome libtool pathfix pkgconfig python:build ssl USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip diff --git a/net-im/telepathy-idle/pkg-plist b/net-im/telepathy-idle/pkg-plist index 6e8c63079733..1166abdc2c59 100644 --- a/net-im/telepathy-idle/pkg-plist +++ b/net-im/telepathy-idle/pkg-plist @@ -1,4 +1,4 @@ libexec/telepathy-idle -man/man8/telepathy-idle.8.gz +share/man/man8/telepathy-idle.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service share/telepathy/managers/idle.manager
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242218.41OMI2v2010595>