From b5e053a1736271e36122af56163288f2e7084df9 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 19 Oct 2005 09:57:20 +0000 Subject: Fix the installation. Looks like ${INSTALL} -d did not work, use ${INSTALL_DATA_DIR} instead which works fine. --- x11/gnome-themes/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') 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" -- cgit v1.2.3