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 | 9e5a580c7cd0c897aef81fa796765bd0f8c4e40a (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /graphics/gfract | |
parent | 323657664ad8840f199ea99af8583f369bbe9dad (diff) | |
download | pkgsrc-9e5a580c7cd0c897aef81fa796765bd0f8c4e40a.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'graphics/gfract')
-rw-r--r-- | graphics/gfract/Makefile | 4 |
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" |