summaryrefslogtreecommitdiff
path: root/graphics/gfract/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
committerjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
commit81edaaa606a86e87c2885489ad72ee9908969aba (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /graphics/gfract/Makefile
parent8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff)
downloadpkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'graphics/gfract/Makefile')
-rw-r--r--graphics/gfract/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile
index 9e188992cea..61ac4638a43 100644
--- a/graphics/gfract/Makefile
+++ b/graphics/gfract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/06/01 18:02:55 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:57 jlam Exp $
#
DISTNAME= gfract-0.30
@@ -21,6 +21,8 @@ SUBST_STAGE.prefix= post-extract
SUBST_FILES.prefix= main.cpp
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
+INSTALLATION_DIRS= bin
+
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"