summaryrefslogtreecommitdiff
path: root/graphics/gnome2-pixmaps
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-09 21:56:08 +0000
committerjmmv <jmmv>2002-12-09 21:56:08 +0000
commite4d580bc56027a9d1e7e278c7a00b7c9ee8a06ed (patch)
tree0d75c40bb1dd48ca09e0bf5de08c233977232ca7 /graphics/gnome2-pixmaps
parent7bf8a96be8f38b648236bccb3138ad156c4e6b2f (diff)
downloadpkgsrc-e4d580bc56027a9d1e7e278c7a00b7c9ee8a06ed.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/gnome2-pixmaps')
-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} ; \