diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-04-19 00:33:19 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-04-19 00:34:19 +0800 |
commit | 0280974e0fb33ef110aa188cfbbb9dadb80f16c5 (patch) | |
tree | 64df14d36f10fe69980693fdc4af2086af7e5122 /x11/xdg-desktop-portal-wlr | |
parent | 337aa4a3c88ec4d38d79695f208ae2ac17e06626 (diff) | |
download | freebsd-ports-gnome-0280974e0fb33ef110aa188cfbbb9dadb80f16c5.tar.gz freebsd-ports-gnome-0280974e0fb33ef110aa188cfbbb9dadb80f16c5.tar.zst freebsd-ports-gnome-0280974e0fb33ef110aa188cfbbb9dadb80f16c5.zip |
x11/xdg-desktop-portal-wlr: respect PREFIX in manpage
Diffstat (limited to 'x11/xdg-desktop-portal-wlr')
-rw-r--r-- | x11/xdg-desktop-portal-wlr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index 156a08b36850..fdce45aaebf0 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -31,4 +31,8 @@ MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man5/${PORTNAME}.5.gz +post-patch: + @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ + ${WRKSRC}/${PORTNAME}.5.scd + .include <bsd.port.mk> |