summaryrefslogtreecommitdiff
path: root/audio/taglib
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-07 09:24:32 +0000
committerjoerg <joerg>2006-11-07 09:24:32 +0000
commitbe0989e370443f453fa8eabc43e8c48837b06e7f (patch)
tree268272070223c6045997e0757b5e48cbd1865d80 /audio/taglib
parentddaf37a0b7440f323835c912fd0de343d1b6e5b9 (diff)
downloadpkgsrc-be0989e370443f453fa8eabc43e8c48837b06e7f.tar.gz
DESTDIR support.
Diffstat (limited to 'audio/taglib')
-rw-r--r--audio/taglib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index b256453f511..c1146389804 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/09/23 13:26:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2006/11/07 09:24:32 joerg Exp $
#
DISTNAME= taglib-1.4
@@ -10,6 +10,8 @@ MAINTAINER= chris@NetBSD.org
HOMEPAGE= http://ktown.kde.org/~wheeler/taglib/
COMMENT= Library for accessing id tags in mp3 and ogg files
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
@@ -19,8 +21,7 @@ pre-build:
${CP} ${FILESDIR}/id3lib_strings.h ${WRKSRC}/taglib/toolkit/.
post-install:
- ${INSTALL} -c -o ${ROOT_USER} -g ${ROOT_GROUP} -m 444 \
- ${FILESDIR}/id3lib_strings.h ${PREFIX}/include/taglib/.
+ ${INSTALL_DATA} ${FILESDIR}/id3lib_strings.h ${DESTDIR}${PREFIX}/include/taglib/.
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"