diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-21 11:35:29 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-21 11:35:29 +0000 |
commit | eb708b8d78416e6daef321660237405151429150 (patch) | |
tree | 639c2ca4fb910528e206b2812a2166a9de3b63c6 | |
parent | 430404b84eb74292d6c0c7293d9e99abb8975d1a (diff) | |
download | FreeBSD-ports-eb708b8d78416e6daef321660237405151429150.zip FreeBSD-ports-eb708b8d78416e6daef321660237405151429150.tar.gz |
Remove pkg-message. It's no longer needed and causing confusion.
PR: 207920
-rw-r--r-- | print/hplip/Makefile | 3 | ||||
-rw-r--r-- | print/hplip/files/pkg-message.in | 9 |
2 files changed, 1 insertions, 11 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index cb3244d..cbd6ce4 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 38b23e8..0000000 --- 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'. |