summaryrefslogtreecommitdiff
path: root/graphics/ploticus-examples
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-02 10:12:25 +0000
committerrillig <rillig>2006-07-02 10:12:25 +0000
commit4e739c0a24b82a9278d6ab0796b1d95c4283211c (patch)
tree752838973b5f6bc3244cb3c4055d902b459c4974 /graphics/ploticus-examples
parent65c83983caa5cd9002132da432f9d2b788e9fe3f (diff)
downloadpkgsrc-4e739c0a24b82a9278d6ab0796b1d95c4283211c.tar.gz
Fixed pkglint warnings by using pax instead of cp to install files.
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"