aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpvpaper/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-15 15:30:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-15 19:07:56 +0000
commit7604039addb3fe26bf95070b68fd98bbd6f1e1e0 (patch)
tree80f477dbb1efba65177968d3a333877c514ae10f /multimedia/mpvpaper/Makefile
parent538be25c2e56ba4ba0af7a6699e7fe5b5a7c289d (diff)
downloadports-7604039addb3fe26bf95070b68fd98bbd6f1e1e0.tar.gz
ports-7604039addb3fe26bf95070b68fd98bbd6f1e1e0.zip
multimedia/mpvpaper: update to 1.2
Changes: https://github.com/GhostNaN/mpvpaper/releases/tag/1.2 Reported by: GitHub (watch releases)
Diffstat (limited to 'multimedia/mpvpaper/Makefile')
-rw-r--r--multimedia/mpvpaper/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/multimedia/mpvpaper/Makefile b/multimedia/mpvpaper/Makefile
index 3898abf16549..dd73aca67c36 100644
--- a/multimedia/mpvpaper/Makefile
+++ b/multimedia/mpvpaper/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mpvpaper
-DISTVERSION= 1.1
-PORTREVISION= 1
+DISTVERSION= 1.2
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
@@ -17,9 +16,14 @@ USE_GITHUB= yes
USE_GL= egl
GH_ACCOUNT= GhostNaN
PLIST_FILES= bin/${PORTNAME} \
- bin/${PORTNAME}-holder
+ bin/${PORTNAME}-holder \
+ share/man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} 's/pidof/pgrep/' ${WRKSRC}/src/main.c
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
+ ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
+
.include <bsd.port.mk>