summaryrefslogtreecommitdiff
path: root/graphics/gnome2-pixmaps
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-08 21:11:17 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-08 21:11:17 +0000
commite5ff9acce621b9cad775fdd44ca98d8aa5190899 (patch)
tree75d2c43a3f131441a819d28c303ed1c74e1359bb /graphics/gnome2-pixmaps
parent4e7b759367d7cc6b16b61ca46eb532f23bbc3f23 (diff)
downloadpkgsrc-e5ff9acce621b9cad775fdd44ca98d8aa5190899.tar.gz
Create the directory ${PREFIX}/share/pixmaps before trying to install files
inside it. Discovered by dmcmahill.
Diffstat (limited to 'graphics/gnome2-pixmaps')
-rw-r--r--graphics/gnome2-pixmaps/Makefile3
1 files changed, 2 insertions, 1 deletions
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} ; \