[Bug 276844] mail/postfix package failed with INST_BASE enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Feb 2024 18:06:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276844

            Bug ID: 276844
           Summary: mail/postfix package failed with INST_BASE enabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: otis@FreeBSD.org
          Reporter: bsdbugs_mr@pradmin.ru
             Flags: maintainer-feedback?(otis@FreeBSD.org)
          Assignee: otis@FreeBSD.org

With option:
INST_BASE=on

Getting:
[00:00:26] ===>  Building packages for postfix-mysql-3.8.5,1
[00:00:26] ===>   Building postfix-mysql-3.8.5,1
[00:00:26] pkg-static: Unable to access file
/wrkdirs/usr/ports/mail/postfix/work-mysql/stage/usr/share/share/man/man1/mailq.1.gz:No
such fi
le or directory

Fixed with:

167c167,168
< PLIST_SUB+=   BMAN="share/"
---
> #PLIST_SUB+=  BMAN="share/"
> PLIST_SUB+=   BMAN=""

-- 
You are receiving this mail because:
You are the assignee for the bug.