summaryrefslogtreecommitdiff
path: root/audio/mp3to
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /audio/mp3to
parent563be07afa7bf7078a833258658572365405741a (diff)
downloadpkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'audio/mp3to')
-rw-r--r--audio/mp3to/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile
index 5340e49c8b6..309f04dd7b4 100644
--- a/audio/mp3to/Makefile
+++ b/audio/mp3to/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:22:56 grant Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:39 jlam Exp $
DISTNAME= mp3to
PKGNAME= ${DISTNAME}-1.0.1
@@ -17,6 +17,8 @@ DEPENDS+= sox>=12.17.1:../sox
NO_BUILD= YES
+INSTALLATION_DIRS= bin
+
do-extract:
@${MKDIR} ${WRKSRC}
@${GZCAT} ${DISTDIR}/${DISTFILES} >${WRKSRC}/${DISTFILES:S/.gz//}