pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/scummvm-tools Fix DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d6ae27d490c
branches:  trunk
changeset: 540807:7d6ae27d490c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 07 18:03:07 2008 +0000

description:
Fix DESTDIR.

diffstat:

 games/scummvm-tools/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 2ca00715e86e -r 7d6ae27d490c games/scummvm-tools/Makefile
--- a/games/scummvm-tools/Makefile      Mon Apr 07 17:59:57 2008 +0000
+++ b/games/scummvm-tools/Makefile      Mon Apr 07 18:03:07 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/04 06:59:06 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2008/04/07 18:03:07 joerg Exp $
 #
 
 DISTNAME=              scummvm-tools-0.9.0
@@ -20,6 +20,8 @@
 DEPENDS+=      lame-[0-9]*:../../audio/lame
 DEPENDS+=      vorbis-tools-[0-9]*:../../audio/vorbis-tools
 
+INSTALLATION_DIRS=     bin share/doc/scummvm-tools
+
 do-install:
        for f in compress_kyra compress_queen compress_saga \
                compress_scumm_san compress_scumm_sou compress_scumm_bun \
@@ -30,7 +32,6 @@
        do \
                ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/bin; \
        done
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/scummvm-tools
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/scummvm-tools
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index