Date: Fri, 22 Mar 2024 22:05:51 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55844ad8dd53 - main - textproc/pdfresurrect: Move man pages to share/man Message-ID: <202403222205.42MM5pvb070769@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=55844ad8dd53e221c22054d6e6aaa58640e96dc3 commit 55844ad8dd53e221c22054d6e6aaa58640e96dc3 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 21:46:19 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 22:05:27 +0000 textproc/pdfresurrect: Move man pages to share/man Approved by: portmgr (blanket) --- textproc/pdfresurrect/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/pdfresurrect/Makefile b/textproc/pdfresurrect/Makefile index f6bb08922687..9b7e5cfd2d89 100644 --- a/textproc/pdfresurrect/Makefile +++ b/textproc/pdfresurrect/Makefile @@ -1,6 +1,7 @@ PORTNAME= pdfresurrect DISTVERSIONPREFIX= v DISTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -13,13 +14,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gmake CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= enferex PLIST_FILES= bin/pdfresurrect \ - man/man1/pdfresurrect.1.gz + share/man/man1/pdfresurrect.1.gz post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdfresurrect
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403222205.42MM5pvb070769>