summaryrefslogtreecommitdiff
path: root/audio/taglib/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-07 09:24:32 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-07 09:24:32 +0000
commit722fe0f6dcc0bffc1353458e4544ffccb623415f (patch)
tree268272070223c6045997e0757b5e48cbd1865d80 /audio/taglib/Makefile
parent1603ba437ca5edaa7be24785245e348fc90944ca (diff)
downloadpkgsrc-722fe0f6dcc0bffc1353458e4544ffccb623415f.tar.gz
DESTDIR support.
Diffstat (limited to 'audio/taglib/Makefile')
-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"