pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/w3m



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Jul 10 12:26:53 UTC 2017

Modified Files:
        pkgsrc/www/w3m: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/w3m/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/w3m/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.64 pkgsrc/www/w3m/Makefile.common:1.65
--- pkgsrc/www/w3m/Makefile.common:1.64 Sun Feb 19 18:35:13 2017
+++ pkgsrc/www/w3m/Makefile.common      Mon Jul 10 12:26:53 2017
@@ -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-helpfil
 
 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