Skip to content

Commit

Permalink
print/cups-filters: Install man pages under share/man
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Feb 26, 2024
1 parent 45f2464 commit a03fe35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion print/cups-filters/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cups-filters
PORTVERSION= 1.28.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= https://github.com/OpenPrinting/cups-filters/releases/download/${DISTVERSION}/

Expand Down Expand Up @@ -43,6 +43,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-shell=/bin/sh \
--with-pdftops-path=${LOCALBASE}/bin/pdftops \
--with-test-font-path=${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= BRAILLE COLORD DOCS
Expand Down
8 changes: 4 additions & 4 deletions print/cups-filters/pkg-plist
Expand Up @@ -76,10 +76,10 @@ libexec/cups/filter/texttotext
%%BRAILLE%%libexec/cups/filter/vectortoubrl
%%BRAILLE%%libexec/cups/filter/wmftopdf
%%BRAILLE%%libexec/cups/filter/xfigtopdf
man/man1/driverless.1.gz
man/man1/foomatic-rip.1.gz
man/man5/cups-browsed.conf.5.gz
man/man8/cups-browsed.8.gz
share/man/man1/driverless.1.gz
share/man/man1/foomatic-rip.1.gz
share/man/man5/cups-browsed.conf.5.gz
share/man/man8/cups-browsed.8.gz
sbin/cups-browsed
share/cups/banners/classified
share/cups/banners/confidential
Expand Down

0 comments on commit a03fe35

Please sign in to comment.