[Bug 258372] x11-fonts/fontconfig: cannot install as user (into non-default prefix)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 29 Apr 2023 11:28:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258372

--- Comment #14 from Gerald Pfeifer <gerald@FreeBSD.org> ---
Created attachment 241847
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241847&action=edit
Concept patch

How about something like this, the heart of which is

  .if defined(INSTALL_AS_USER)
  PLIST_SUB+=             ROOT="@comment "
  .else
  PLIST_SUB+=             ROOT=""
  .endif

(Note: could not fully test this.)

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