Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2017 05:08:30 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449753 - in head/graphics: xpdf3 xpdf4
Message-ID:  <201709130508.v8D58U6w024037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Sep 13 05:08:30 2017
New Revision: 449753
URL: https://svnweb.freebsd.org/changeset/ports/449753

Log:
  Fixup broken symlink introduced in r449703.
  
  PR:		222275
  Submitted by:	Helge Oldach <freebsd@oldach.net>

Modified:
  head/graphics/xpdf3/Makefile
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf3/Makefile
==============================================================================
--- head/graphics/xpdf3/Makefile	Wed Sep 13 02:51:47 2017	(r449752)
+++ head/graphics/xpdf3/Makefile	Wed Sep 13 05:08:30 2017	(r449753)
@@ -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
 

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Wed Sep 13 02:51:47 2017	(r449752)
+++ head/graphics/xpdf4/Makefile	Wed Sep 13 05:08:30 2017	(r449753)
@@ -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,
 
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709130508.v8D58U6w024037>