Skip to content

Commit

Permalink
print/magicfilter: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 1, 2024
1 parent f8de28e commit f288054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions print/magicfilter/Makefile
@@ -1,7 +1,7 @@
PORTNAME= magicfilter
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.i
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print

MAINTAINER= bofh@FreeBSD.org
Expand All @@ -22,7 +22,8 @@ CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--confdir=${PREFIX}/etc \
--filterdir=${PREFIX}/libexec/magicfilter \
--use-fifo
--use-fifo \
--mandir=${PREFIX}/share/man
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}

.include <bsd.port.pre.mk>
Expand Down
4 changes: 2 additions & 2 deletions print/magicfilter/pkg-plist
Expand Up @@ -55,5 +55,5 @@ libexec/magicfilter/stylus_color_720dpi
libexec/magicfilter/tek4693
libexec/magicfilter/tek4696
libexec/magicfilter/textonly
man/man5/magicfilter.5.gz
man/man8/magicfilter.8.gz
share/man/man5/magicfilter.5.gz
share/man/man8/magicfilter.8.gz

0 comments on commit f288054

Please sign in to comment.