diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /audio/mp3to | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'audio/mp3to')
-rw-r--r-- | audio/mp3to/Makefile | 4 |
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//} |