diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile index be8f8c306c3c..02fef94a8296 100644 --- a/print/xpdfopen/Makefile +++ b/print/xpdfopen/Makefile @@ -1,27 +1,28 @@ PORTNAME= xpdfopen PORTVERSION= 0.86 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}/ DISTNAME= texlive-${TEXLIVE_VERSION}-source DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= Command line utility for PDF viewers USES= localbase:ldflags tar:xz tex xorg 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}/,} 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