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 /devel/gentle | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'devel/gentle')
-rw-r--r-- | devel/gentle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gentle/Makefile b/devel/gentle/Makefile index 21c69cf62df..841f70c1758 100644 --- a/devel/gentle/Makefile +++ b/devel/gentle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:23 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= gentle-97 @@ -10,6 +10,7 @@ HOMEPAGE= http://gentle.compilertools.net/distribution.html COMMENT= Gentle Compiler Construction System USE_LIBTOOL= yes +INSTALLATION_DIRS= bin lib do-build: (cd ${WRKSRC}/gentle ; LIBTOOL=${LOCALBASE}/bin/libtool ./build) |