aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2013-07-11 13:04:14 +0800
committercy <cy@FreeBSD.org>2013-07-11 13:04:14 +0800
commit315e827e74b10b14a8aa11c18dec95300476b1f6 (patch)
tree288cab8c796c3bc68ca862aab35de8281de8f6f6
parent582d07752c07247a7c7f05d8d54533755e780cb0 (diff)
downloadfreebsd-ports-gnome-315e827e74b10b14a8aa11c18dec95300476b1f6.tar.gz
freebsd-ports-gnome-315e827e74b10b14a8aa11c18dec95300476b1f6.tar.zst
freebsd-ports-gnome-315e827e74b10b14a8aa11c18dec95300476b1f6.zip
Fix man page CONFLICTS with graphics/poppler.
Pointy hat to: myself, missed in r296465. Pointed out by: Jan Henrik Sylvester <me@janh.de> Approved by: araujo (Maintainer)
-rw-r--r--graphics/xpdf/Makefile7
-rw-r--r--graphics/xpdf/pkg-plist4
2 files changed, 9 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index bc03b701c557..dbbe6edcf46d 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xpdf
PORTVERSION= 3.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
${MASTER_SITE_TEX_CTAN}
@@ -21,7 +21,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-opi \
--with-freetype2-library="${LOCALBASE}/lib" \
--with-freetype2-includes="${LOCALBASE}/include/freetype2" \
- --bindir="${PREFIX}/libexec/xpdf"
+ --bindir="${PREFIX}/libexec/xpdf" \
+ --mandir="${PREFIX}/share/xpdf/man"
+
+MANPREFIX= ${PREFIX}/share/xpdf
OPTIONS_DEFINE= LIBPAPER TYPE1 X11
LIBPAPER_DESC= Enable libpaper
diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist
index 7bea4b401b3a..5e91caaef96f 100644
--- a/graphics/xpdf/pkg-plist
+++ b/graphics/xpdf/pkg-plist
@@ -13,4 +13,8 @@ etc/xpdfrc
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/hello.pdf
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm share/xpdf/man/man5
+@dirrm share/xpdf/man/man1
+@dirrm share/xpdf/man
+@dirrm share/xpdf
@dirrm libexec/xpdf