diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 10:12:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 10:12:25 +0000 |
commit | 8999f17ef91b460406dee2d7d627d369f9276b3c (patch) | |
tree | 752838973b5f6bc3244cb3c4055d902b459c4974 /graphics/ploticus-examples | |
parent | 9bac810734f09e60f4ced473f9b52f9220e9c8c1 (diff) | |
download | pkgsrc-8999f17ef91b460406dee2d7d627d369f9276b3c.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/Makefile | 7 |
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" |