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 /devel/monotone-viz | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'devel/monotone-viz')
-rw-r--r-- | devel/monotone-viz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 404d57e63a1..d5171dfa0c7 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/31 16:00:58 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= monotone-viz-0.9 @@ -13,6 +13,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake BUILD_TARGET= monotone-viz BUILD_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR} +INSTALLATION_DIRS= bin do-install: ${CP} ${WRKSRC}/monotone-viz ${PREFIX}/bin |