aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-09-23 18:05:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-09-23 18:55:22 +0000
commit26ab9c488ede2bcd83777161caf1363d09116e19 (patch)
tree13967ca8f1342082a37a882d264516e9efd65a0e
parentcdfb41c6ea9aa6b178ea8fd5494a9fdcf3045c05 (diff)
downloadports-26ab9c488ede2bcd83777161caf1363d09116e19.tar.gz
ports-26ab9c488ede2bcd83777161caf1363d09116e19.zip
multimedia/mpvpaper: avoid pidof in auto-pause after 08f1b09225d4
(cherry picked from commit 15dbfe858d2a52ddf6371ce51448baf45eb4f23f)
-rw-r--r--multimedia/mpvpaper/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/mpvpaper/Makefile b/multimedia/mpvpaper/Makefile
index 0470b6fd1a24..d4217378a24e 100644
--- a/multimedia/mpvpaper/Makefile
+++ b/multimedia/mpvpaper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mpvpaper
DISTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= multimedia wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -20,7 +21,9 @@ PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
post-patch:
- @${REINPLACE_CMD} 's/pidof/pgrep/' ${WRKSRC}/src/main.c
+ @${REINPLACE_CMD} -e 's/pidof/pgrep/' \
+ ${WRKSRC}/src/holder.c \
+ ${WRKSRC}/src/main.c
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \