pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/deforaos-player



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Nov  2 12:47:58 UTC 2019

Modified Files:
        pkgsrc/multimedia/deforaos-player: Makefile PLIST

Log Message:
multimedia/deforaos-player: move HTML documentation


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/deforaos-player/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/deforaos-player/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/deforaos-player/Makefile
diff -u pkgsrc/multimedia/deforaos-player/Makefile:1.22 pkgsrc/multimedia/deforaos-player/Makefile:1.23
--- pkgsrc/multimedia/deforaos-player/Makefile:1.22     Sun Jul 21 22:24:08 2019
+++ pkgsrc/multimedia/deforaos-player/Makefile  Sat Nov  2 12:47:58 2019
@@ -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"
 

Index: pkgsrc/multimedia/deforaos-player/PLIST
diff -u pkgsrc/multimedia/deforaos-player/PLIST:1.3 pkgsrc/multimedia/deforaos-player/PLIST:1.4
--- pkgsrc/multimedia/deforaos-player/PLIST:1.3 Sat Jun 15 12:42:12 2013
+++ pkgsrc/multimedia/deforaos-player/PLIST     Sat Nov  2 12:47:58 2019
@@ -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



Home | Main Index | Thread Index | Old Index