Date: Tue, 30 Jan 2024 22:36:21 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: c4db56a2df39 - main - devel/gconf2: Moved man to share/man Message-ID: <202401302236.40UMaLoT044245@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=c4db56a2df399eb6408c26224581599fb54b4dc3 commit c4db56a2df399eb6408c26224581599fb54b4dc3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 22:28:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 22:35:48 +0000 devel/gconf2: Moved man to share/man Approved by: portmgr (blanket) --- devel/gconf2/Makefile | 3 ++- devel/gconf2/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 6c26d6945543..d4c361816ec6 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -1,6 +1,6 @@ PORTNAME= gconf2 PORTVERSION= 3.2.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel gnome MASTER_SITES= GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= GConf-${PORTVERSION} @@ -22,6 +22,7 @@ USES+= gettext gmake gnome libtool pathfix pkgconfig python:run \ USE_GNOME= libxml2 dconf intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --with-gtk=2.0 \ --without-openldap \ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index f9834ffaf121..a2df95a4999a 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -26,9 +26,9 @@ lib/libgconf-2.so.4 lib/libgconf-2.so.4.1.5 libdata/pkgconfig/gconf-2.0.pc libexec/gconfd-2 -man/man1/gconftool-2.1.gz -man/man1/gsettings-data-convert.1.gz -man/man1/gsettings-schema-convert.1.gz +share/man/man1/gconftool-2.1.gz +share/man/man1/gsettings-data-convert.1.gz +share/man/man1/gsettings-schema-convert.1.gz share/aclocal/gconf-2.m4 share/dbus-1/services/org.gnome.GConf.service share/gir-1.0/GConf-2.0.gir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401302236.40UMaLoT044245>