diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-05-30 03:18:23 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-05-30 03:18:23 +0000 |
commit | 0106785baabfd8972ad9aa5e0fae40ab88a77818 (patch) | |
tree | c69c2ea3113905d770f048d250660d599dc4de48 /graphics/xpdf | |
parent | 44c843e5c0c6d59fae223ac4bd7f441c33c9c237 (diff) | |
download | ports-0106785baabfd8972ad9aa5e0fae40ab88a77818.tar.gz ports-0106785baabfd8972ad9aa5e0fae40ab88a77818.zip |
Notes
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpdf/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index dc2f148b4b90..8f6361694cb1 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -81,7 +81,7 @@ post-install: .endfor .endif .if !defined(WITHOUT_X11) - ${LN} -sf ${PREFIX}/libexec/xpdf/xpdf ${PREFIX}/bin/xpdf + ${LN} -sf ${PREFIX}/libexec/xpdf/xpdf ${PREFIX}/bin/xpdf .endif .include <bsd.port.mk> diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist index 247be64e0b91..7bea4b401b3a 100644 --- a/graphics/xpdf/pkg-plist +++ b/graphics/xpdf/pkg-plist @@ -5,7 +5,7 @@ libexec/xpdf/pdfdetach libexec/xpdf/pdftoppm libexec/xpdf/pdftops libexec/xpdf/pdftotext -%%X11%%libexec/xpdf/xpdf +libexec/xpdf/xpdf %%X11%%bin/xpdf etc/xpdfrc %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE |