pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/w3m Use copy mode for pax to avoid file format lim...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac7c45e4ab27
branches:  trunk
changeset: 365077:ac7c45e4ab27
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 10 12:26:53 2017 +0000

description:
Use copy mode for pax to avoid file format limitations. From Thomas Orgis.

diffstat:

 www/w3m/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e57298123b41 -r ac7c45e4ab27 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Mon Jul 10 12:18:35 2017 +0000
+++ b/www/w3m/Makefile.common   Mon Jul 10 12:26:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2017/02/19 18:35:13 snj Exp $
+# $NetBSD: Makefile.common,v 1.65 2017/07/10 12:26:53 joerg Exp $
 #
 # used by www/w3m/Makefile
 # used by www/w3m-img/Makefile
@@ -73,8 +73,8 @@
 
 post-install:
        # Use pax to discard uid/gid.  Exclude manuals (*.1).
-       set -e; cd ${WRKSRC}; pax -w -s ',.*\.1$$,,' doc doc-jp | \
-           ( cd ${DESTDIR}${PREFIX}/${DOCDIR}; pax -r )
+       set -e; cd ${WRKSRC}; pax -r -w -s ',.*\.1$$,,' doc doc-jp \
+           ${DESTDIR}${PREFIX}/${DOCDIR}
 
 BUILDLINK_API_DEPENDS.boehm-gc+=       boehm-gc>=7.2
 .include "../../devel/boehm-gc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index