aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf3/Makefile4
-rw-r--r--graphics/xpdf4/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile
index a70bd90c7474..2eb5789619fa 100644
--- a/graphics/xpdf3/Makefile
+++ b/graphics/xpdf3/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xpdf
PORTVERSION= 3.04
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics print
MASTER_SITES= http://mirrors.rit.edu/zi/ \
ftp://ftp.foolabs.com/pub/xpdf/ \
@@ -63,7 +63,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
@cd ${STAGEDIR}${PREFIX}; \
- ${LN} -sf libexec/xpdf/xpdf bin/xpdf
+ ${LN} -sf ../libexec/xpdf/xpdf bin/xpdf
${INSTALL_DATA} ${WRKDIR}/xpdf-man.conf \
${STAGEDIR}${PREFIX}/etc/man.d/xpdf.conf
diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile
index e424838153d2..0b70ac837553 100644
--- a/graphics/xpdf4/Makefile
+++ b/graphics/xpdf4/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xpdf
PORTVERSION= 4.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics print
MASTER_SITES= http://www.xpdfreader.com/dl/
.if !defined(MASTERDIR)
@@ -45,7 +45,7 @@ GUI_USE= QT5=buildtools_build,qmake_build,concurrent,core,gui,widgets,printsupp
post-install:
@cd ${STAGEDIR}${PREFIX}; \
- ${LN} -sf libexec/xpdf/xpdf bin/xpdf
+ ${LN} -sf ../libexec/xpdf/xpdf bin/xpdf
${INSTALL_DATA} ${WRKSRC}/doc/sample-xpdfrc ${STAGEDIR}${PREFIX}/etc/xpdfrc.sample
${INSTALL_DATA} ${WRKDIR}/xpdf-man.conf \