pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/dvd-slideshow Fix installation of documenta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6437390d2df6
branches:  trunk
changeset: 536957:6437390d2df6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 30 14:17:37 2007 +0000

description:
Fix installation of documentation. Bump revision.

diffstat:

 multimedia/dvd-slideshow/Makefile |  10 ++++++----
 multimedia/dvd-slideshow/PLIST    |  10 +++++++++-
 2 files changed, 15 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r 31fae9d56adf -r 6437390d2df6 multimedia/dvd-slideshow/Makefile
--- a/multimedia/dvd-slideshow/Makefile Sun Dec 30 13:42:29 2007 +0000
+++ b/multimedia/dvd-slideshow/Makefile Sun Dec 30 14:17:37 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/12/29 22:37:54 darcy Exp $
+# $NetBSD: Makefile,v 1.4 2007/12/30 14:17:37 joerg Exp $
 # FreeBSD Id: ports/multimedia/dvd-slideshow/Makefile,v 1.12 2007/09/23 04:42:06 edwin Exp
 
 DISTNAME=      dvd-slideshow-0.7.5
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dvd-slideshow/}
 
@@ -46,6 +46,8 @@
 SUBST_SED.pipeline=            -e 's/print0/printx/g;s/sort -z/sort/g;s/xargs -0/xargs/g'
 SUBST_MESSAGE.pipeline=        Fixing Linux centric pipeline.
 
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/dvd-slideshow
+
 do-install:
 .for file in ${SCRIPTS}
        ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${DESTDIR}${PREFIX}/bin
@@ -53,9 +55,9 @@
 .for file in ${MAN1}
        ${INSTALL_MAN} ${WRKSRC}/man/${file} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 .endfor
-       ${INSTALL_DATA} ${WRKSRC}/dvd-slideshowrc ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/dvd-slideshowrc ${DESTDIR}${PREFIX}/share/doc/dvd-slideshow
 .for file in ${DOC_FILES}
-       ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DESTDIR}${PREFIX}/share/doc/dvd-slideshow
 .endfor
 
 .include "../../graphics/ImageMagick/buildlink3.mk"
diff -r 31fae9d56adf -r 6437390d2df6 multimedia/dvd-slideshow/PLIST
--- a/multimedia/dvd-slideshow/PLIST    Sun Dec 30 13:42:29 2007 +0000
+++ b/multimedia/dvd-slideshow/PLIST    Sun Dec 30 14:17:37 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2007/12/28 20:30:47 darcy Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/12/30 14:17:37 joerg Exp $
 bin/dir2slideshow
 bin/dvd-menu
 bin/dvd-slideshow
@@ -9,3 +9,11 @@
 man/man1/dvd-slideshow.1
 man/man1/gallery1-to-slideshow.1
 man/man1/jigl2slideshow.1
+share/doc/dvd-slideshow/changelog.html
+share/doc/dvd-slideshow/dir2slideshow.html
+share/doc/dvd-slideshow/dvd-menu.html
+share/doc/dvd-slideshow/dvd-slideshow.html
+share/doc/dvd-slideshow/dvd-slideshowrc
+share/doc/dvd-slideshow/gallery1-to-slideshow.html
+share/doc/dvd-slideshow/jigl2slideshow.html
+@dirrm share/doc/dvd-slideshow



Home | Main Index | Thread Index | Old Index