From b8731304f36db6fddcd13dfc87c6f36a31d7552d Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 14 Nov 2001 14:47:53 +0000 Subject: Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a single instance of ${PAX}. --- graphics/GMT/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics/GMT') diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index e5cba3cc6a2..3ce187e4634 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/05/03 21:06:12 jtb Exp $ +# $NetBSD: Makefile,v 1.16 2001/11/14 14:47:54 agc Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -60,7 +60,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../share/* ${PREFIX}/share/gmt ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gmt ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/examples/ - (cd ${WRKSRC}/examples; ${GTAR} cf - . ) | \ - (cd ${PREFIX}/share/examples/gmt/; ${GTAR} xf - ) + cd ${WRKSRC}/examples && ${PAX} -rw . ${PREFIX}/share/examples/gmt .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3