diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-11-20 14:24:43 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-11-20 14:24:43 +0000 |
commit | 982d1edbe7e6db658b35d35a8862f23123793922 (patch) | |
tree | aad28314592c3f1e1e5199971c1d5c2196e15a3e /graphics/xpdf | |
parent | 0c44961a35bf2a3da7fb53b56ddd8ba30f5c07ca (diff) | |
download | ports-982d1edbe7e6db658b35d35a8862f23123793922.tar.gz ports-982d1edbe7e6db658b35d35a8862f23123793922.zip |
Notes
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpdf/pkg-message | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 7e3967067af7..871bc3d73e31 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.04 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ diff --git a/graphics/xpdf/pkg-message b/graphics/xpdf/pkg-message new file mode 100644 index 000000000000..e8baf67674ee --- /dev/null +++ b/graphics/xpdf/pkg-message @@ -0,0 +1,8 @@ +Please note: The binaries in this package -- pdffonts, pdfimages, pdfinfo, +pdfdetach, pdftohtml, pdftopng, pdftoppm, pdftops, pdftotext -- are +installed in ${LOCALBASE}/libexec/xpdf. The reason for this is to not +conflict with the poppler-utils package, which is a prerequisite of many +other packages. If you need to use any of these utilites, + +a) create symlinks in ${LOCALBASE}/bin or some other directory in $PATH, or +b) install graphics/poppler-utils. |