diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 21:54:43 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 22:17:38 +0000 |
commit | faa2b70eea45cbb71d2d0bf5f66c9852334d0a20 (patch) | |
tree | 4c4e514c76f3db49c44648c92c5ebcd6f8987999 | |
parent | de2cbe86e3f5cc88e0c3e393822264cb05db844b (diff) |
net-im/telepathy-gabble: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 3 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 375335c8f905..b847e2f15915 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,6 +1,6 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.18.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -30,6 +30,7 @@ USES= alias gmake gnome libtool pathfix pkgconfig python:build \ shebangfix sqlite ssl USE_GNOME= glib20 gtksourceview3 libxslt:build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CONFIGURE_ENV= LIBS="-pthread" INSTALL_TARGET= install-strip diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist index a6b4c83418d3..4ccdd63927fe 100644 --- a/net-im/telepathy-gabble/pkg-plist +++ b/net-im/telepathy-gabble/pkg-plist @@ -8,7 +8,7 @@ lib/telepathy/gabble-0/lib/libwocky.so lib/telepathy/gabble-0/plugins/libconsole.so lib/telepathy/gabble-0/plugins/libgateways.so libexec/telepathy-gabble -man/man8/telepathy-gabble.8.gz +share/man/man8/telepathy-gabble.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service %%DOCSDIR%%/muc-bytestream.html %%DOCSDIR%%/olpc.html |