Date: Sat, 29 Apr 2023 11:28:29 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 258372] x11-fonts/fontconfig: cannot install as user (into non-default prefix) Message-ID: <bug-258372-39348-OvrjwVUFcV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258372-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-258372-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258372 --- Comment #14 from Gerald Pfeifer <gerald@FreeBSD.org> --- Created attachment 241847 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D241847&action= =3Dedit Concept patch How about something like this, the heart of which is .if defined(INSTALL_AS_USER) PLIST_SUB+=3D ROOT=3D"@comment " .else PLIST_SUB+=3D ROOT=3D"" .endif (Note: could not fully test this.) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258372-39348-OvrjwVUFcV>