summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-10-19 09:57:20 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-10-19 09:57:20 +0000
commitb5e053a1736271e36122af56163288f2e7084df9 (patch)
treedd485deb971a6ff064ad2aa7a3e66d2d7076bc4d /x11
parentc3cb55db7a04c54a9fdf3524e4feaf4665c66ecf (diff)
downloadpkgsrc-b5e053a1736271e36122af56163288f2e7084df9.tar.gz
Fix the installation. Looks like ${INSTALL} -d did not work, use
${INSTALL_DATA_DIR} instead which works fine.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-themes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-themes/Makefile b/x11/gnome-themes/Makefile
index c9ba2b16c15..15976437e57 100644
--- a/x11/gnome-themes/Makefile
+++ b/x11/gnome-themes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/10/12 21:57:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.35 2005/10/19 09:57:20 xtraeme Exp $
#
DISTNAME= gnome-themes-2.12.1
@@ -20,7 +20,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-INSTALL_MAKE_FLAGS+= install_sh="${INSTALL} -d"
+INSTALL_MAKE_FLAGS+= install_sh="${INSTALL_DATA_DIR}"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"