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
commitcb53a0d3a441577e42f79d747094b5248140ae9c (patch)
tree752838973b5f6bc3244cb3c4055d902b459c4974 /graphics/ploticus-examples
parent973a428d58ad075bb36c16af8b39eb405bb27b9f (diff)
downloadpkgsrc-cb53a0d3a441577e42f79d747094b5248140ae9c.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"