Move binaries to $LOCALBASE/libexec.

Suggested by:	eadler
Approved by:	araujo (maintainer)
This commit is contained in:
Cy Schubert 2012-05-25 03:24:19 +00:00
parent af5335ccda
commit bfecb0164c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297377
2 changed files with 11 additions and 10 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= xpdf
PORTVERSION= 3.03
PORTREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
${MASTER_SITE_TEX_CTAN}
@ -25,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-opi \
--with-freetype2-library="${LOCALBASE}/lib" \
--with-freetype2-includes="${LOCALBASE}/include/freetype2/" \
--bindir="${LOCALBASE}/lib/xpdf"
--bindir="${LOCALBASE}/libexec/xpdf"
OPTIONS= LIBPAPER "Enable libpaper" off \
TYPE1 "Ghostscript type1 fonts" on \
@ -81,7 +82,7 @@ post-install:
.endfor
.endif
.if !defined(WITHOUT_X11)
${LN} -sf ${LOCALBASE}/lib/xpdf/xpdf ${LOCALBASE}/bin/xpdf
${LN} -sf ${LOCALBASE}/libexec/xpdf/xpdf ${LOCALBASE}/bin/xpdf
.endif
.include <bsd.port.mk>

View file

@ -1,11 +1,11 @@
lib/xpdf/pdffonts
lib/xpdf/pdfimages
lib/xpdf/pdfinfo
lib/xpdf/pdfdetach
lib/xpdf/pdftoppm
lib/xpdf/pdftops
lib/xpdf/pdftotext
%%X11%%lib/xpdf/xpdf
libexec/xpdf/pdffonts
libexec/xpdf/pdfimages
libexec/xpdf/pdfinfo
libexec/xpdf/pdfdetach
libexec/xpdf/pdftoppm
libexec/xpdf/pdftops
libexec/xpdf/pdftotext
%%X11%%libexec/xpdf/xpdf
%%X11%%bin/xpdf
etc/xpdfrc
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE