From 9fe41ecd0e67fbe96c35e037c9077c1c3ba81d07 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 2 Nov 2019 12:47:58 +0000 Subject: multimedia/deforaos-player: move HTML documentation --- multimedia/deforaos-player/Makefile | 7 ++++--- multimedia/deforaos-player/PLIST | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/multimedia/deforaos-player/Makefile b/multimedia/deforaos-player/Makefile index a304efd4a8f..0f15b84283c 100644 --- a/multimedia/deforaos-player/Makefile +++ b/multimedia/deforaos-player/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2019/07/21 22:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2019/11/02 12:47:58 rillig Exp $ DISTNAME= Player-0.1.6 PKGNAME= deforaos-player-0.1.6 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= multimedia MASTER_SITES= https://www.defora.org/os/download/download/4297/ @@ -27,13 +27,14 @@ AUTO_MKDIRS= yes .include "../../mk/bsd.prefs.mk" -.if ${PKGMANDIR} != "share/man" post-install: +.if ${PKGMANDIR} != "share/man" ${MV} ${DESTDIR}${PREFIX}/share/man/man1/player.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/player.1 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/playerctl.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/playerctl.1 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1 ${RMDIR} ${DESTDIR}${PREFIX}/share/man .endif + cd ${DESTDIR}${PREFIX} && ${MV} share/doc/html/Player/* share/doc/deforaos-player/ .include "options.mk" diff --git a/multimedia/deforaos-player/PLIST b/multimedia/deforaos-player/PLIST index 19902a3d1ea..f4741a9931d 100644 --- a/multimedia/deforaos-player/PLIST +++ b/multimedia/deforaos-player/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/06/15 12:42:12 khorben Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/11/02 12:47:58 rillig Exp $ bin/player bin/playerctl include/Desktop/Player.h @@ -6,6 +6,6 @@ man/man1/player.1 man/man1/playerctl.1 share/Player/splash.png share/applications/player.desktop -share/doc/html/Player/player.html -share/doc/html/Player/playerctl.html +share/doc/deforaos-player/player.html +share/doc/deforaos-player/playerctl.html share/locale/fr/LC_MESSAGES/Player.mo -- cgit v1.2.3