summaryrefslogtreecommitdiff
path: root/graphics/ploticus-examples
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ploticus-examples')
-rw-r--r--graphics/ploticus-examples/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/ploticus-examples/Makefile b/graphics/ploticus-examples/Makefile
index 2ac391dfe5d..c9786dc30ea 100644
--- a/graphics/ploticus-examples/Makefile
+++ b/graphics/ploticus-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:37 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/02 10:12:25 rillig Exp $
#
DISTNAME= plnode141
@@ -22,9 +22,6 @@ EXDIR= ${PREFIX}/share/examples/ploticus
do-install:
${INSTALL_DATA_DIR} ${EXDIR}
-.for dir in doc gallery tabgallery thumbnails thumbpng
- ${INSTALL_DATA_DIR} ${EXDIR}/${dir}
- ${CP} -R ${WRKSRC}/${dir} ${EXDIR}
-.endfor
+ cd ${WRKSRC} && ${PAX} -rw -pp doc gallery tabgallery thumbnails thumbpng ${EXDIR}
.include "../../mk/bsd.pkg.mk"