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/mbrola | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'audio/mbrola')
-rw-r--r-- | audio/mbrola/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mbrola/Makefile b/audio/mbrola/Makefile index caaca2bfae2..485adcc15b3 100644 --- a/audio/mbrola/Makefile +++ b/audio/mbrola/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/31 22:11:22 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:39 jlam Exp $ DISTNAME= mbr301h PKGNAME= mbrola-301h @@ -24,6 +24,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 DEPENDS+= compat14{,-crypto}>=1.4.3:../../emulators/compat14 .endif +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mbrola-netbsd-i386 ${PREFIX}/bin/mbrola ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mbrola |