mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix packaging with pkg_*
PR: ports/189062 Reported by: mandree@ Discussed with: tijl@
This commit is contained in:
parent
5425adaa15
commit
6953148275
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352481
@ -45,6 +45,9 @@ OPTIONS_DEFINE= MANPAGES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# workaround for buggy handling of "@cwd" in pkg_*
|
||||
PLIST_SUB+= REALPREFIX=${PREFIX}
|
||||
|
||||
.if ${PORT_OPTIONS:MMANPAGES}
|
||||
BUILD_DEPENDS+= docbook2html:${PORTSDIR}/textproc/docbook-utils \
|
||||
${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml
|
||||
|
@ -200,4 +200,4 @@ share/polkit-1/actions/org.freedesktop.color.policy
|
||||
@cwd /
|
||||
@dirrmtry var/db/colord/icc
|
||||
@dirrmtry var/db/colord
|
||||
@cwd
|
||||
@cwd %%REALPREFIX%%
|
||||
|
Loading…
Reference in New Issue
Block a user