summaryrefslogtreecommitdiff
path: root/games/scummvm-tools
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-07 18:03:07 +0000
committerjoerg <joerg>2008-04-07 18:03:07 +0000
commit2639813d25032239ec7b14a2c7d8a608bdbecb96 (patch)
treeeabc2305ca1ca896ccdabe598e46c1779408c700 /games/scummvm-tools
parent7f8fd51250b456a84e88cec43823e445536d8ad5 (diff)
downloadpkgsrc-2639813d25032239ec7b14a2c7d8a608bdbecb96.tar.gz
Fix DESTDIR.
Diffstat (limited to 'games/scummvm-tools')
-rw-r--r--games/scummvm-tools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index f892ac458ca..b250fb14d48 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -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+= flac-[0-9]*:../../audio/flac
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:
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"