diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 15:22:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 15:22:44 +0000 |
commit | 9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 (patch) | |
tree | f66ab0c43540a60ea4445ed35c2fc669c8f61f69 /x11/p5-Tk | |
parent | a6535bf7f64e4871c4bd20c5c885636eab5921ed (diff) | |
download | pkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.tar.gz |
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 6bf31856cbc..631d6911404 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2010/01/18 09:59:42 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2010/02/16 15:22:45 sno Exp $ DISTNAME= Tk-804.028 PKGNAME= p5-Tk-804.028 -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5tk CATEGORIES= x11 tk perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} @@ -32,6 +32,9 @@ SUBST_STAGE.prefix= post-patch SUBST_FILES.prefix= PNG/Makefile.PL SUBST_SED.prefix= -e 's,%%LOCALBASE%%,${LOCALBASE},g' +pre-configure: + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + .include "../../lang/perl5/module.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |