pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tcllib Remove the post-patch target, which does ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f4f5ca4fca
branches:  trunk
changeset: 554259:b4f4f5ca4fca
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Feb 11 18:23:58 2009 +0000

description:
Remove the post-patch target, which does nothing useful.  Suggested by
OBATA Akio in PR 40610.

diffstat:

 devel/tcllib/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r e359d5ef0100 -r b4f4f5ca4fca devel/tcllib/Makefile
--- a/devel/tcllib/Makefile     Wed Feb 11 18:05:53 2009 +0000
+++ b/devel/tcllib/Makefile     Wed Feb 11 18:23:58 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:16 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/11 18:23:58 minskim Exp $
 #
 
 DISTNAME=              tcllib-1.8
@@ -24,7 +24,4 @@
 SUBST_SED.fix=         -e "s,/usr/bin/wget -q -O,${FETCH_CMD} -V -o,g"
 SUBST_MESSAGE.fix=     Fixing hardcoded ftp binary
 
-post-patch:
-       @${FIND} ${WRKSRC} -name \*.orig | ${XARGS} ${RM}
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index