1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Remove pkg-message. It's no longer needed and causing confusion.

PR:		207920
This commit is contained in:
Tijl Coosemans 2016-03-21 11:35:29 +00:00
parent 88ed0378c2
commit 4ccfcd4411
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411554
2 changed files with 1 additions and 11 deletions

View File

@ -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 \

View File

@ -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'.