summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-07-10 12:26:53 +0000
committerjoerg <joerg@pkgsrc.org>2017-07-10 12:26:53 +0000
commit2e077bb6372de3417e4b0fa355a54f2fb0a42921 (patch)
treeba4f66e822504e084578cdbb54dc63462b95e961 /www/w3m
parent017ceb8603ab9216704ba8c1a9cd558b6e0248e4 (diff)
downloadpkgsrc-2e077bb6372de3417e4b0fa355a54f2fb0a42921.tar.gz
Use copy mode for pax to avoid file format limitations. From Thomas Orgis.
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index b83d83cb370..75f354eeb51 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -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 @@ INSTALL_TARGET= install install-helpfile
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"