diff options
author | cy <cy@FreeBSD.org> | 2012-05-25 11:24:19 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-05-25 11:24:19 +0800 |
commit | 21081432f3486a06b5b06636106703f086d0b944 (patch) | |
tree | 0a5a9bd0859209544b99843c089a2bafd2524208 | |
parent | 0b9d60229e17eded6bb6464a57e5112f3e03142e (diff) | |
download | freebsd-ports-gnome-21081432f3486a06b5b06636106703f086d0b944.tar.gz freebsd-ports-gnome-21081432f3486a06b5b06636106703f086d0b944.tar.zst freebsd-ports-gnome-21081432f3486a06b5b06636106703f086d0b944.zip |
Move binaries to $LOCALBASE/libexec.
Suggested by: eadler
Approved by: araujo (maintainer)
-rw-r--r-- | graphics/xpdf/Makefile | 5 | ||||
-rw-r--r-- | graphics/xpdf/pkg-plist | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index b5daa36a6bd7..9d3f7c4a7bc4 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -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> diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist index 675fe2aa587f..9d8550cd8529 100644 --- a/graphics/xpdf/pkg-plist +++ b/graphics/xpdf/pkg-plist @@ -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 |