From 81e1c9161af5559676772f816bd34f22d92f5edc Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 30 Dec 2005 23:47:48 +0000 Subject: Use find instead of pax -rw, the latter overflows the argument buffer on DragonFly. --- graphics/vtk-docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/vtk-docs/Makefile b/graphics/vtk-docs/Makefile index 2dc6275bdcb..48731565b1e 100644 --- a/graphics/vtk-docs/Makefile +++ b/graphics/vtk-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/09/28 20:52:23 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/12/30 23:47:48 joerg Exp $ # DISTNAME= VTKDocHtml-4.2 @@ -12,7 +12,7 @@ HTML_DIR= share/doc/${PKGNAME} do-install: ${INSTALL_DATA_DIR} ${PREFIX}/${HTML_DIR} - cd ${WRKSRC} && ${PAX} -rw -pe * ${PREFIX}/${HTML_DIR} + ${FIND} ${WRKSRC} -type f -exec ${INSTALL_DATA} {} ${PREFIX}/${HTML_DIR} \; .include "../../graphics/vtk/Makefile.common" -- cgit v1.2.3