summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/gnome-vfs2
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r--sysutils/gnome-vfs2/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index 99c47bc2aab..3cbeb4f13f0 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2005/05/22 21:43:22 rillig Exp $
+# $NetBSD: Makefile.common,v 1.19 2005/06/17 03:50:34 jlam Exp $
#
DISTNAME= gnome-vfs-2.10.1
@@ -80,6 +80,7 @@ PRINT_PLIST_AWK+= /^@dirrm share\/examples\/gnome-vfs-2.0\/modules$$/ \
{ print "@comment in gnome-vfs2: " $$0; next; }
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gnome-vfs-2.0/modules
cd ${WRKSRC}/modules && ${LIBTOOL} --mode=install \
${INSTALL_DATA} lib${GNOME_VFS2_NAME}.la \
${PREFIX}/lib/gnome-vfs-2.0/modules