diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-30 14:17:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-30 14:17:37 +0000 |
commit | 02db2b60558553aaf1959be254cfd3baebd0daaa (patch) | |
tree | 41e39d90bea40fc2c35d76dc3dc3a7433b8a75e7 /multimedia/dvd-slideshow | |
parent | b55970381a9a56674545b3e877d313ff96cd9b08 (diff) | |
download | pkgsrc-02db2b60558553aaf1959be254cfd3baebd0daaa.tar.gz |
Fix installation of documentation. Bump revision.
Diffstat (limited to 'multimedia/dvd-slideshow')
-rw-r--r-- | multimedia/dvd-slideshow/Makefile | 10 | ||||
-rw-r--r-- | multimedia/dvd-slideshow/PLIST | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile index 86d4a322e46..20ff70e8a58 100644 --- a/multimedia/dvd-slideshow/Makefile +++ b/multimedia/dvd-slideshow/Makefile @@ -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_FILES.pipeline= dvd-slideshow 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 @@ do-install: .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 --git a/multimedia/dvd-slideshow/PLIST b/multimedia/dvd-slideshow/PLIST index eff8c6aaed3..f14268531d3 100644 --- a/multimedia/dvd-slideshow/PLIST +++ b/multimedia/dvd-slideshow/PLIST @@ -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-menu.1 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 |