summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-04-26 08:32:49 +0000
committerwiz <wiz@pkgsrc.org>2010-04-26 08:32:49 +0000
commit0a46ab79c21f7f1534247edd910de7c25b777b28 (patch)
tree9c09a595ca1bd2e2f019329e684b43e269e39193 /audio
parentc4acbfdc733edabc2416171dabc787f753ffbdfe (diff)
downloadpkgsrc-0a46ab79c21f7f1534247edd910de7c25b777b28.tar.gz
Create all dirs the same way (using INSTALLATION_DIRS).
Diffstat (limited to 'audio')
-rw-r--r--audio/id3v2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile
index 5755814e775..e56c6b56d66 100644
--- a/audio/id3v2/Makefile
+++ b/audio/id3v2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/04/26 01:54:26 schnoebe Exp $
+# $NetBSD: Makefile,v 1.24 2010/04/26 08:32:49 wiz Exp $
DISTNAME= id3v2-0.1.12
CATEGORIES= audio
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c++
USE_TOOLS+= gmake
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/id3v2
post-configure:
# clean up inappropriate stuff left in the distribution archive
@@ -25,7 +25,6 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/id3v2 ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/id3v2.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/id3v2
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/id3v2/README