summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-09 21:56:08 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-09 21:56:08 +0000
commitf3adc8dd6eff3c579608dd299dcc02af0642225d (patch)
tree0d75c40bb1dd48ca09e0bf5de08c233977232ca7 /graphics
parentfe874b6a1a3f942a20e5bd0cc6e653bd9c67dc13 (diff)
downloadpkgsrc-f3adc8dd6eff3c579608dd299dcc02af0642225d.tar.gz
Undo my last commit: there is no need to create ${PREFIX}/share/pixmaps as
this directory is now part of the standard tree.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnome2-pixmaps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnome2-pixmaps/Makefile b/graphics/gnome2-pixmaps/Makefile
index 61e73472b43..f5f43b22691 100644
--- a/graphics/gnome2-pixmaps/Makefile
+++ b/graphics/gnome2-pixmaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/12/08 21:11:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2002/12/09 21:56:08 jmmv Exp $
#
DISTNAME= gnome-desktop-2.0.8
@@ -28,7 +28,6 @@ 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} ; \