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)
This commit is contained in:
parent
ff0c6848e6
commit
30cb3def01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322740
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue