aboutsummaryrefslogtreecommitdiffstats
path: root/print/hplip
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2016-03-21 19:35:29 +0800
committertijl <tijl@FreeBSD.org>2016-03-21 19:35:29 +0800
commit5a247ecc084665dbf88ca757dbdd41c7202a9414 (patch)
tree639c2ca4fb910528e206b2812a2166a9de3b63c6 /print/hplip
parent781c5363d3a6657c67326035fac0a88427e10fa3 (diff)
downloadfreebsd-ports-gnome-5a247ecc084665dbf88ca757dbdd41c7202a9414.tar.gz
freebsd-ports-gnome-5a247ecc084665dbf88ca757dbdd41c7202a9414.tar.zst
freebsd-ports-gnome-5a247ecc084665dbf88ca757dbdd41c7202a9414.zip
Remove pkg-message. It's no longer needed and causing confusion.
PR: 207920
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile3
-rw-r--r--print/hplip/files/pkg-message.in9
2 files changed, 1 insertions, 11 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index cb3244de58e5..cbd6ce4a8845 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hplip
PORTVERSION= 3.16.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= SF
@@ -34,7 +34,6 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-SUB_FILES= pkg-message
FILES4FIX= Makefile.in \
base/codes.py \
base/g.py \
diff --git a/print/hplip/files/pkg-message.in b/print/hplip/files/pkg-message.in
deleted file mode 100644
index 38b23e8ba6a1..000000000000
--- a/print/hplip/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-HPLIP expects printers to be attached as a ugen(4) devices. This
-means that you must NOT have "device ulpt" in your kernel and ulpt
-must NOT be loaded as a kernel module (you may also want to compile
-print/cups-base with LIBUSB support). Please, follow the instructions
-from print/cups-base pkg-message to setup correct permission for
-usb devices.
-
-In order to enable full functionality of hp tools, users must be
-added to group `cups'.