summaryrefslogtreecommitdiff
path: root/editors/gice/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /editors/gice/Makefile
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'editors/gice/Makefile')
-rw-r--r--editors/gice/Makefile3
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"