diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-09-12 19:04:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-09-12 19:04:33 +0000 |
commit | 110c7009fe1faf552e1fcaf231d9f5454303dfb9 (patch) | |
tree | 1bb0a2a50fbfc18d6f5ae61cec28c1908374b7ae /graphics/xpdf/Makefile | |
parent | edb7b73b16de4e177c0f125e5ebffc6af1ac1284 (diff) | |
download | ports-110c7009fe1faf552e1fcaf231d9f5454303dfb9.tar.gz ports-110c7009fe1faf552e1fcaf231d9f5454303dfb9.zip |
Notes
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 715d0de23eba..b319e43d141b 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.04 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ @@ -59,7 +59,8 @@ post-install: .for file in ANNOUNCE CHANGES README misc/hello.pdf ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor - ${LN} -sf ${PREFIX}/libexec/xpdf/xpdf ${STAGEDIR}${PREFIX}/bin/xpdf + @cd ${STAGEDIR}${PREFIX}; \ + ${LN} -sf libexec/xpdf/xpdf bin/xpdf ${INSTALL_DATA} ${WRKDIR}/xpdf-man.conf \ ${STAGEDIR}${PREFIX}/etc/man.d/xpdf.conf |