diff options
author | jmmv <jmmv> | 2002-12-09 21:56:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2002-12-09 21:56:08 +0000 |
commit | 9db5ca1e72be7d1572308d639566aedf19b19b5b (patch) | |
tree | 0d75c40bb1dd48ca09e0bf5de08c233977232ca7 /graphics | |
parent | c1cc588e5560b90eea597e735994671e7ec9e298 (diff) | |
download | pkgsrc-9db5ca1e72be7d1572308d639566aedf19b19b5b.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/Makefile | 3 |
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} ; \ |