From e5ff9acce621b9cad775fdd44ca98d8aa5190899 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 8 Dec 2002 21:11:17 +0000 Subject: Create the directory ${PREFIX}/share/pixmaps before trying to install files inside it. Discovered by dmcmahill. --- graphics/gnome2-pixmaps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/gnome2-pixmaps') diff --git a/graphics/gnome2-pixmaps/Makefile b/graphics/gnome2-pixmaps/Makefile index 5c0a21a920e..61e73472b43 100644 --- a/graphics/gnome2-pixmaps/Makefile +++ b/graphics/gnome2-pixmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/19 10:54:53 rh Exp $ +# $NetBSD: Makefile,v 1.8 2002/12/08 21:11:17 jmmv Exp $ # DISTNAME= gnome-desktop-2.0.8 @@ -28,6 +28,7 @@ NO_BUILD= YES DSTDIR= ${PREFIX}/share/pixmaps do-install: + ${INSTALL_DATA_DIR} ${DSTDIR} cd ${WRKSRC}/pixmaps && \ for i in *.png *.xpm ; do \ ${INSTALL_DATA} $$i ${DSTDIR} ; \ -- cgit v1.2.3