diff options
author | delphij <delphij@FreeBSD.org> | 2015-06-10 13:33:31 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2015-06-10 13:33:31 +0800 |
commit | cf316d39d6fe6a7eaf87a4ea376cf78493a2e574 (patch) | |
tree | ba33a57e174682b3cb9f8800c68f5aee8ec44b00 /print | |
parent | d3b4e50b0ffe09c8108037b2862ad77cf4f96f20 (diff) | |
download | freebsd-ports-gnome-cf316d39d6fe6a7eaf87a4ea376cf78493a2e574.tar.gz freebsd-ports-gnome-cf316d39d6fe6a7eaf87a4ea376cf78493a2e574.tar.zst freebsd-ports-gnome-cf316d39d6fe6a7eaf87a4ea376cf78493a2e574.zip |
Add a missing file to plist when Avahi is selected.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 8d119901c4f0..680ba4dfc7f9 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -67,7 +67,7 @@ PORTREVISION= 1 CUPS_SUFFIX= -image LICENSE= LGPL21 .else -PORTREVISION= 1 +PORTREVISION= 2 CUPS_SUFFIX= -base # No DOCS option. Files are needed by web interface. OPTIONS_DEFINE= DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN diff --git a/print/cups-base/pkg-plist b/print/cups-base/pkg-plist index d3213d672728..0c64094bfa1f 100644 --- a/print/cups-base/pkg-plist +++ b/print/cups-base/pkg-plist @@ -70,6 +70,7 @@ man/man1/cancel.1.gz man/man1/cupstestdsc.1.gz man/man1/cupstestppd.1.gz man/man1/cups.1.gz +%%AVAHI%%man/man1/ippfind.1.gz man/man1/ipptool.1.gz man/man1/lp.1.gz man/man1/lpoptions.1.gz |