From e018735a4628bd6e7016f84845d62d7c96019a12 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 25 Sep 2003 18:55:58 +0000 Subject: Use pax instead of tar to copy files. (Okay'd by tron.) In some cases, gtar had problems, like: /bin/tar: share/doc/netpbm: Cannot unlink: Directory not empty /bin/tar: share/netpbm: Cannot unlink: Directory not empty --- graphics/netpbm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/netpbm') diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 9c690a8d688..ffee9b450ac 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2003/09/17 19:40:35 grant Exp $ +# $NetBSD: Makefile,v 1.81 2003/09/25 18:55:58 reed Exp $ DISTNAME= netpbm-10.11.8 CATEGORIES= graphics @@ -60,7 +60,7 @@ post-install: ${TEST} -d "${PREFIX}/$${DIR}" || \ ${ECHO} "@dirrm $${DIR}"; \ done >>${PLIST_SRC} && \ - ${GTAR} -cf - * | ${GTAR} -xpC ${PREFIX} -f - + ${PAX} -rw . ${PREFIX} ${RM} -fr ${STAGEDIR} .include "../../graphics/png/buildlink2.mk" -- cgit v1.2.3