aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-31 00:41:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-31 00:41:53 +0000
commit69f89cec278aa6215fe9291596b1610168356a30 (patch)
treeeddec8eaecc9e8dc24f6e7bab40abc9a7e0f4e7d /x11-wm
parent5f4723c4470ff92a01548cde16618e4170a68bd0 (diff)
downloadports-69f89cec278aa6215fe9291596b1610168356a30.tar.gz
ports-69f89cec278aa6215fe9291596b1610168356a30.zip
x11-wm/river: adjust default/system config in manpages after r559692
Notes
Notes: svn path=/head/; revision=559697
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/river/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile
index 68616d8fc3f3..8c58e864f08e 100644
--- a/x11-wm/river/Makefile
+++ b/x11-wm/river/Makefile
@@ -54,7 +54,9 @@ post-patch:
# Respect PREFIX for system-wide config (a la sysconfdir in Meson)
@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
${WRKSRC}/build.zig \
- ${WRKSRC}/river/main.zig
+ ${WRKSRC}/doc/${PORTNAME}.1.scd \
+ ${WRKSRC}/doc/${PORTNAME}ctl.1.scd \
+ ${WRKSRC}/${PORTNAME}/main.zig
do-build:
@(cd ${WRKSRC} && ${MAKE_ENV} zig build ${CONFIGURE_ARGS})