git: 55844ad8dd53 - main - textproc/pdfresurrect: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:51 UTC
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