diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:54:27 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:54:27 +0000 |
commit | f4f2343452bb7c081bb33a3d12696183d4ee7b5e (patch) | |
tree | 17969bdec06a9be47208ac69a3cf2ff3835b8a55 /audio | |
parent | 806c0cb7d0b9ef13468d6cadc65c8280b247c229 (diff) | |
download | pkgsrc-f4f2343452bb7c081bb33a3d12696183d4ee7b5e.tar.gz |
bl3ify, 80 chars per line.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/taglib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index c8afb5c9b07..882da11fe5d 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:33 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/11 18:54:27 xtraeme Exp $ # DISTNAME= taglib-1.0 @@ -11,7 +11,7 @@ COMMENT= Library for accessing id tags in mp3 and ogg files USE_LANGUAGES= c c++ -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -19,6 +19,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 ${LOCALBASE}/include/taglib/. + ${INSTALL} -c -o ${ROOT_USER} -g ${ROOT_GROUP} -m 444 \ + ${FILESDIR}/id3lib_strings.h ${LOCALBASE}/include/taglib/. .include "../../mk/bsd.pkg.mk" |