Wed Feb 11 18:23:58 2009 UTC ()
Remove the post-patch target, which does nothing useful.  Suggested by
OBATA Akio in PR 40610.


(minskim)
diff -r1.8 -r1.9 pkgsrc/devel/tcllib/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/tcllib/Makefile (expand / switch to context diff)
--- pkgsrc/devel/tcllib/Makefile 2008/06/20 01:09:16 1.8
+++ pkgsrc/devel/tcllib/Makefile 2009/02/11 18:23:58 1.9
@@ -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
@@ -23,8 +23,5 @@
 SUBST_FILES.fix=	modules/doctools/mpformats/_html.tcl
 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"