diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /cad/ntesla/Makefile | |
parent | 563be07afa7bf7078a833258658572365405741a (diff) | |
download | pkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'cad/ntesla/Makefile')
-rw-r--r-- | cad/ntesla/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/ntesla/Makefile b/cad/ntesla/Makefile index 110cec2043a..50e8501c288 100644 --- a/cad/ntesla/Makefile +++ b/cad/ntesla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:32:12 martti Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= ntesla-1.7 @@ -9,6 +9,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.nic.funet.fi/pub/sci/electrical/tesla/ COMMENT= Tesla coil design program +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ntesla ${PREFIX}/bin |