diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /cad/fastcap/Makefile | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'cad/fastcap/Makefile')
-rw-r--r-- | cad/fastcap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index f48c84babcd..2b048ea4f38 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 19:11:12 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -23,6 +23,8 @@ CONFIGURE_ARGS= 4 GCC_REQD+= 2.95.3 .endif +INSTALLATION_DIRS= bin + post-patch: ${CHMOD} 755 ${WRKSRC}/config |