git: fcabefac9ca1 - main - print/xpdfopen: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 16:27:25 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcabefac9ca1aae85ba2e125362462b7a3446b7a commit fcabefac9ca1aae85ba2e125362462b7a3446b7a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-27 14:43:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-27 16:26:56 +0000 print/xpdfopen: Moved man to share/man Approved by: portmgr (blanket) --- print/xpdfopen/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile index be8f8c306c3c..02fef94a8296 100644 --- a/print/xpdfopen/Makefile +++ b/print/xpdfopen/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpdfopen PORTVERSION= 0.86 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}/ DISTNAME= texlive-${TEXLIVE_VERSION}-source @@ -14,6 +14,7 @@ USE_XORG= x11 xmu EXTRACT_FILES= build-aux utils/xpdfopen GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen PLIST_FILES= bin/pdfclose \ bin/pdfopen \ - man/man1/pdfclose.1.gz \ - man/man1/pdfopen.1.gz + share/man/man1/pdfclose.1.gz \ + share/man/man1/pdfopen.1.gz .include <bsd.port.mk>