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 unified 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,30 +1,27 @@ @@ -1,30 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:16 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2009/02/11 18:23:58 minskim Exp $
2# 2#
3 3
4DISTNAME= tcllib-1.8 4DISTNAME= tcllib-1.8
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcllib/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcllib/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://tcllib.sourceforge.net/ 10HOMEPAGE= http://tcllib.sourceforge.net/
11COMMENT= Collection of utility modules for Tcl 11COMMENT= Collection of utility modules for Tcl
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16NO_BUILD= yes 16NO_BUILD= yes
17USE_TOOLS+= tclsh:run 17USE_TOOLS+= tclsh:run
18 18
19CONFIGURE_ENV+= ac_cv_path_tclsh=${TCLSH:Q} 19CONFIGURE_ENV+= ac_cv_path_tclsh=${TCLSH:Q}
20 20
21SUBST_CLASSES+= fix 21SUBST_CLASSES+= fix
22SUBST_STAGE.fix= post-patch 22SUBST_STAGE.fix= post-patch
23SUBST_FILES.fix= modules/doctools/mpformats/_html.tcl 23SUBST_FILES.fix= modules/doctools/mpformats/_html.tcl
24SUBST_SED.fix= -e "s,/usr/bin/wget -q -O,${FETCH_CMD} -V -o,g" 24SUBST_SED.fix= -e "s,/usr/bin/wget -q -O,${FETCH_CMD} -V -o,g"
25SUBST_MESSAGE.fix= Fixing hardcoded ftp binary 25SUBST_MESSAGE.fix= Fixing hardcoded ftp binary
26 26
27post-patch: 
28 @${FIND} ${WRKSRC} -name \*.orig | ${XARGS} ${RM} 
29 
30.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"