summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-29 17:30:55 +0000
committerjoerg <joerg>2009-01-29 17:30:55 +0000
commit4e11d096c853ecf9aacab8cac23fd982bc7ca666 (patch)
tree9ba4eece9aa323c784202f095eebe46984373496
parentc0daf81fab63ceeedf69644f1d327834bb5989ce (diff)
downloadpkgsrc-4e11d096c853ecf9aacab8cac23fd982bc7ca666.tar.gz
Fix DESTDIR.
-rw-r--r--emulators/libspectrum/Makefile6
-rw-r--r--multimedia/mediainfo/Makefile4
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index 76ff35b13aa..90eb7e9f4e6 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/01/15 11:48:44 adam Exp $
+# $NetBSD: Makefile,v 1.23 2009/01/29 17:30:55 joerg Exp $
DISTNAME= libspectrum-0.5.0.1
CATEGORIES= emulators
@@ -15,10 +15,10 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
DOCDIR= ${PREFIX}/share/doc/libspectrum
+INSTALLATION_DIRS ${DOCDIR}
post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DESTDIR}${DOCDIR}
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile
index dd75315b59f..5e29bcc96e9 100644
--- a/multimedia/mediainfo/Makefile
+++ b/multimedia/mediainfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/27 23:58:21 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/29 17:34:14 joerg Exp $
#
DISTNAME= MediaInfo_CLI_0.7.9_GNU_FromSource
@@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+INSTALLATION_DIRS= bin
+
do-build:
cd ${WRKSRC} && ./CLI_Compile.sh