Skip to content

Commit

Permalink
print/xpdfopen: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 27, 2024
1 parent 877cb29 commit fcabefa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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
Expand All @@ -14,14 +14,15 @@ 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 <bsd.port.mk>

0 comments on commit fcabefa

Please sign in to comment.