Date: Tue, 6 Feb 2024 15:32:38 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c8fc4ad075ae - main - print/gtklp: Moved man to share/man Message-ID: <202402061532.416FWcei081591@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8fc4ad075ae775f7f07199c4ef999f54fee8ce6 commit c8fc4ad075ae775f7f07199c4ef999f54fee8ce6 Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2024-02-03 11:24:26 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-02-06 15:31:24 +0000 print/gtklp: Moved man to share/man Approved by: portmgr(blanket) --- print/gtklp/Makefile | 7 ++++--- print/gtklp/pkg-plist | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index ef55f77ffd28..4abb99634a96 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -1,7 +1,7 @@ PORTNAME= gtklp DISTVERSION= 1.3.4 DISTVERSIONSUFFIX= .src -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF @@ -20,9 +20,10 @@ USES= autoreconf gettext gnome libtool pkgconfig xorg USE_GNOME= cairo gtk20 USE_XORG= x11 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -DESKTOP_ENTRIES="GtkLP" "" "${PORTNAME}" "${PORTNAME}" "System;GTK;" "" +DESKTOP_ENTRIES= "GtkLP" "" "${PORTNAME}" "${PORTNAME}" "System;GTK;" "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/print/gtklp/pkg-plist b/print/gtklp/pkg-plist index 35506b59bd2b..29014c49c565 100644 --- a/print/gtklp/pkg-plist +++ b/print/gtklp/pkg-plist @@ -1,7 +1,5 @@ bin/gtklp bin/gtklpq -man/man1/gtklp.1.gz -man/man1/gtklpq.1.gz share/icons/hicolor/16x16/apps/gtklp.xpm share/icons/hicolor/24x24/apps/gtklp.xpm share/icons/hicolor/32x32/apps/gtklp.xpm @@ -27,3 +25,5 @@ share/locale/ru/LC_MESSAGES/gtklp.mo share/locale/uk_UA/LC_MESSAGES/gtklp.mo share/locale/zh_CN/LC_MESSAGES/gtklp.mo share/locale/zh_TW/LC_MESSAGES/gtklp.mo +share/man/man1/gtklp.1.gz +share/man/man1/gtklpq.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402061532.416FWcei081591>