git: f28805478d3e - main - print/magicfilter: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 20:15:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f28805478d3ebbef56b3f5543c7c9cf55a1cbcb1 commit f28805478d3ebbef56b3f5543c7c9cf55a1cbcb1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-31 16:11:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-01 20:00:49 +0000 print/magicfilter: Moved man to share/man Approved by: portmgr (blanket) --- print/magicfilter/Makefile | 5 +++-- print/magicfilter/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 8578b8dc79e6..44228142876c 100644 --- a/print/magicfilter/Makefile +++ b/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 @@ -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> diff --git a/print/magicfilter/pkg-plist b/print/magicfilter/pkg-plist index 961a25cef835..e4571b97e1a0 100644 --- a/print/magicfilter/pkg-plist +++ b/print/magicfilter/pkg-plist @@ -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