pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ploticus-examples Fixed pkglint warnings by u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a33fb54cf040
branches: trunk
changeset: 515393:a33fb54cf040
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jul 02 10:12:25 2006 +0000
description:
Fixed pkglint warnings by using pax instead of cp to install files.
diffstat:
graphics/ploticus-examples/Makefile | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r a941440724cb -r a33fb54cf040 graphics/ploticus-examples/Makefile
--- a/graphics/ploticus-examples/Makefile Sun Jul 02 10:11:09 2006 +0000
+++ b/graphics/ploticus-examples/Makefile Sun Jul 02 10:12:25 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index