summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
commit3b0d97b0de8516db29699676c860489da3f7f0e1 (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /sysutils/gnome-vfs
parent10abca39942a8f34d088f39ccc073fee44271274 (diff)
downloadpkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz
Add DESTDIR support.
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r--sysutils/gnome-vfs/Makefile.common9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/gnome-vfs/Makefile.common b/sysutils/gnome-vfs/Makefile.common
index fc0a74fe155..271c1e4c9f2 100644
--- a/sysutils/gnome-vfs/Makefile.common
+++ b/sysutils/gnome-vfs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2008/04/30 13:38:16 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.10 2008/06/20 01:09:35 joerg Exp $
#
GNOME_VFS_VERSION= 2.22.0
@@ -115,13 +115,14 @@ PRINT_PLIST_AWK+= /^@dirrm share\/examples\/gnome-vfs-2.0$$/ { next; }
PRINT_PLIST_AWK+= /^@dirrm share\/examples\/gnome-vfs-2.0\/modules$$/ \
{ print "@comment in gnome-vfs: " $$0; next; }
+INSTALLATION_DIRS+= lib/gnome-vfs-2.0/modules
+
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/gnome-vfs-2.0/modules
cd ${WRKSRC}/modules && ${LIBTOOL} --mode=install \
${INSTALL_DATA} lib${GNOME_VFS_NAME}.la \
- ${PREFIX}/lib/gnome-vfs-2.0/modules
+ ${DESTDIR}${PREFIX}/lib/gnome-vfs-2.0/modules
cd ${WRKSRC}/modules && ${LIBTOOL} --mode=finish \
- ${PREFIX}/lib/gnome-vfs-2.0/modules
+ ${DESTDIR}${PREFIX}/lib/gnome-vfs-2.0/modules
.endif
.include "../../devel/GConf/buildlink3.mk"