aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-09-13 13:08:30 +0800
committercy <cy@FreeBSD.org>2017-09-13 13:08:30 +0800
commitcd5cc9fb59678adb83faec39abdecfff0449abc4 (patch)
tree5e592606468893e06107bce61f002315344ecd52 /graphics
parentbdfe655a555fa0dc2dd2f6803e2fda94f0f68628 (diff)
downloadfreebsd-ports-gnome-cd5cc9fb59678adb83faec39abdecfff0449abc4.tar.gz
freebsd-ports-gnome-cd5cc9fb59678adb83faec39abdecfff0449abc4.tar.zst
freebsd-ports-gnome-cd5cc9fb59678adb83faec39abdecfff0449abc4.zip
Fixup broken symlink introduced in r449703.
PR: 222275 Submitted by: Helge Oldach <freebsd@oldach.net>
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 \