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 /editors/gice | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'editors/gice')
-rw-r--r-- | editors/gice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gice/Makefile b/editors/gice/Makefile index da1aaf38592..8f7535b01ec 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= gice-0.6.2 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake GNU_CONFIGURE= YES BUILD_TARGET= gice +INSTALLATION_DIRS= bin .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |