Date: Mon, 26 Feb 2024 21:41:27 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: 0c0c53596023 - main - print/gutenprint: Moved man to share/man Message-ID: <202402262141.41QLfRab056599@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=0c0c53596023f5b222c84c1a60afdb56f9a350a2 commit 0c0c53596023f5b222c84c1a60afdb56f9a350a2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 21:10:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 21:40:42 +0000 print/gutenprint: Moved man to share/man Approved by: portmgr (blanket) --- print/gutenprint/Makefile | 3 ++- print/gutenprint/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 243f70c9db8a..0c1b526a01ee 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -1,6 +1,6 @@ PORTNAME= gutenprint PORTVERSION= 5.3.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.3/${PORTVERSION} @@ -12,6 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static --enable-cups-ppds \ --enable-cups-1_2-enhancements \ --enable-simplified-cups-ppds \ diff --git a/print/gutenprint/pkg-plist b/print/gutenprint/pkg-plist index a7548b407c2f..0fba37f4de73 100644 --- a/print/gutenprint/pkg-plist +++ b/print/gutenprint/pkg-plist @@ -46,10 +46,10 @@ libexec/cups/driver/gutenprint.5.3 libexec/cups/filter/commandtocanon libexec/cups/filter/commandtoepson libexec/cups/filter/rastertogutenprint.5.3 -man/man1/escputil.1.gz -man/man8/cups-calibrate.8.gz -man/man8/cups-genppd.8.gz -man/man8/cups-genppdupdate.8.gz +share/man/man1/escputil.1.gz +share/man/man8/cups-calibrate.8.gz +share/man/man8/cups-genppd.8.gz +share/man/man8/cups-genppdupdate.8.gz sbin/cups-genppd.5.3 sbin/cups-genppdupdate share/cups/calibrate.ppm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402262141.41QLfRab056599>