Date: Tue, 20 Feb 2024 22:10:55 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: a7c84700d277 - main - graphics/potrace: Moved man to share/man Message-ID: <202402202210.41KMAtVE074196@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=a7c84700d277f9a8506edf70dc98747f4cb57985 commit a7c84700d277f9a8506edf70dc98747f4cb57985 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-20 22:01:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-20 22:10:23 +0000 graphics/potrace: Moved man to share/man Approved by: portmgr (blanket) --- graphics/potrace/Makefile | 2 ++ graphics/potrace/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index a1d683b43ecb..1c695a1b8aa5 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -1,5 +1,6 @@ PORTNAME= potrace DISTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/potrace/${PORTVERSION} @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPE_VENDOR= potrace_project diff --git a/graphics/potrace/pkg-plist b/graphics/potrace/pkg-plist index 8cfb8bda7fc2..fbdbb781b6ac 100644 --- a/graphics/potrace/pkg-plist +++ b/graphics/potrace/pkg-plist @@ -1,5 +1,5 @@ bin/potrace bin/mkbitmap -man/man1/potrace.1.gz -man/man1/mkbitmap.1.gz +share/man/man1/potrace.1.gz +share/man/man1/mkbitmap.1.gz %%PORTDOCS%%%%DOCSDIR%%/placement.pdf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402202210.41KMAtVE074196>