aboutsummaryrefslogtreecommitdiff
path: root/print/hplip
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
commita83aa892bbbdfec0b5bfaa11d658afe02f38dadb (patch)
tree45fc654dee8804bad2067f0a0b3b53c7a64582d6 /print/hplip
parent21a7215c9a806f970a618637b3834065873c16cc (diff)
downloadports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.tar.gz
ports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.zip
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index a39fa12b9f46..e8f55c6ceed9 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -7,11 +7,11 @@ CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= woodsb02@FreeBSD.org
-COMMENT= Drivers and utilities for HP Printers and All-in-One devices
+COMMENT= Drivers and utilities for HP printers and All-in-One devices
LICENSE= GPLv2 MIT BSD3CLAUSE
LICENSE_COMB= multi
-LICENSE_FILES= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcupsimage.so:print/cups \
libdbus-1.so:devel/dbus
@@ -86,7 +86,7 @@ X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \
${PYTHON_PKGNAMEPREFIX}qt4-dbussupport>=0:devel/py-qt4-dbussupport
X11_CONFIGURE_ENABLE= qt4 gui-build
-XSANE_DESC= Install XSane for scanning (requires SCAN)
+XSANE_DESC= Install XSane for scanning (implies SCAN)
XSANE_IMPLIES= SCAN
XSANE_RUN_DEPENDS= xsane:graphics/xsane
@@ -127,9 +127,10 @@ post-install:
${STAGEDIR}${PREFIX}/etc/hp/hplip.conf.sample
${MKDIR} ${STAGEDIR}${DATADIR}/ui4/plugins
${MKDIR} ${STAGEDIR}/var/lib/hp
- ${MKDIR} ${STAGEDIR}/var/lib
+
post-install-SCAN-on:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/sane.d/dll.d
- ${MV} ${STAGEDIR}${PREFIX}/etc/sane.d/dll.conf ${STAGEDIR}${PREFIX}/etc/sane.d/dll.d/hpaio
+ ${MV} ${STAGEDIR}${PREFIX}/etc/sane.d/dll.conf \
+ ${STAGEDIR}${PREFIX}/etc/sane.d/dll.d/hpaio
.include <bsd.port.mk>