MFH: r568544

x11-wm/river: don't overwrite system-wide config
This commit is contained in:
Jan Beich 2021-03-16 08:49:06 +00:00
parent 3ff3961206
commit e9b23231d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=568545
1 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= river
PORTVERSION= s20210314
PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= jbeich@FreeBSD.org
@ -35,7 +36,7 @@ NO_INSTALL= yes # strip(1) breaks runtime
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}ctl \
bin/${PORTNAME}tile \
${ETCDIR}/init \
"@sample ${ETCDIR}/init.sample" \
share/bash-completion/completions/${PORTNAME}ctl \
share/zsh/site-functions/_${PORTNAME}ctl \
${NULL}
@ -66,4 +67,8 @@ do-build:
do-test:
@(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS})
post-install:
# Let @sample handle default files under etc/
@${MV} ${STAGEDIR}${ETCDIR}/init ${STAGEDIR}${ETCDIR}/init.sample
.include <bsd.port.mk>