aboutsummaryrefslogtreecommitdiffstats
path: root/print/hplip
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2014-04-29 03:45:23 +0800
committerbsam <bsam@FreeBSD.org>2014-04-29 03:45:23 +0800
commit78ce905c883a69a6718df8cb2c1465d5c26e62c6 (patch)
tree6cf31ea1957fb0f49e3b6ffa9019f0c3b0e39ffc /print/hplip
parenta2cb3b4bce012fab06f86d532a401a6275a4f291 (diff)
downloadfreebsd-ports-gnome-78ce905c883a69a6718df8cb2c1465d5c26e62c6.tar.gz
freebsd-ports-gnome-78ce905c883a69a6718df8cb2c1465d5c26e62c6.tar.zst
freebsd-ports-gnome-78ce905c883a69a6718df8cb2c1465d5c26e62c6.zip
Use foomatic-rip (from print/foomatic-filters) as foomatic-rip-hplip.
Discussed at: freebsd-ports@ Tested by: O. Hartmann <ohartman@zedat.fu-berlin.de> Approved by: makc (maintainer) MFH: 2014Q2
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index 794e851d8246..2fcc4855f77a 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hplip
PORTVERSION= 3.14.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= SF
@@ -28,7 +29,6 @@ USES= dos2unix pkgconfig shebangfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-foomatic-ppd-install \
- --enable-foomatic-rip-hplip-install \
--enable-hpijs-install \
--enable-cups-ppd-install \
--with-cupsbackenddir=${PREFIX}/libexec/cups/backend \
@@ -162,5 +162,6 @@ post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/hp
${INSTALL_DATA} ${WRKSRC}/hplip.conf ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf.sample
${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,}
+ ${LN} -sf ${LOCALBASE}/bin/foomatic-rip ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip-hplip
.include <bsd.port.mk>