pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/w3m Eliminate "*.orig" cleaner in post-patch phase.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaffe1151221
branches:  trunk
changeset: 551334:aaffe1151221
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 13 08:09:41 2008 +0000

description:
Eliminate "*.orig" cleaner in post-patch phase.
It is not required anymore and made maintainance of patch harder.

diffstat:

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

diffs (19 lines):

diff -r 559ae36ecfc6 -r aaffe1151221 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Sat Dec 13 07:01:27 2008 +0000
+++ b/www/w3m/Makefile.common   Sat Dec 13 08:09:41 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2008/12/13 04:33:43 obache Exp $
+# $NetBSD: Makefile.common,v 1.52 2008/12/13 08:09:41 obache Exp $
 #
 
 DISTNAME=      w3m-${W3M_VERS}
@@ -58,9 +58,6 @@
        @cd ${WRKSRC}/doc-jp; ${RM} -fr CVS
        @cd ${WRKSRC}; ${RM} -fr gc
 
-post-patch:
-       @${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM}
-
 INSTALLATION_DIRS+=    ${DOCDIR}
 
 INSTALL_TARGET=                install install-helpfile



Home | Main Index | Thread Index | Old Index