summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsno <sno>2010-02-16 15:22:44 +0000
committersno <sno>2010-02-16 15:22:44 +0000
commit64abbf47d4a66b103ce3685f559d63765303a3b1 (patch)
treef66ab0c43540a60ea4445ed35c2fc669c8f61f69 /www
parentb08251d6208340ac22c78364772c104e258ffb78 (diff)
downloadpkgsrc-64abbf47d4a66b103ce3685f559d63765303a3b1.tar.gz
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Gallery/Makefile4
-rw-r--r--www/p5-CGI-Kwiki/Makefile20
-rw-r--r--www/p5-HTTP-Request-Form/Makefile7
-rw-r--r--www/p5-LWP-Authen-Negotiate/Makefile6
-rw-r--r--www/p5-Template-Toolkit/Makefile4
5 files changed, 24 insertions, 17 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index aee64b5f044..c4ea0f0a324 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2010/01/18 09:59:32 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= Apache-Gallery-0.9.1
@@ -72,7 +72,7 @@ post-patch:
${WRKSRC}/htdocs/gallery-new.css
pre-configure:
- @${RM} -f ${WRKSRC}/lib/Apache/Gallery.pm.orig
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
post-build:
@for j in default new; \
diff --git a/www/p5-CGI-Kwiki/Makefile b/www/p5-CGI-Kwiki/Makefile
index 06c7467dc5f..a8aaa4b7e0e 100644
--- a/www/p5-CGI-Kwiki/Makefile
+++ b/www/p5-CGI-Kwiki/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.10 2008/10/19 19:19:07 he Exp $
+# $NetBSD: Makefile,v 1.11 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= CGI-Kwiki-0.18
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
-SVR4_PKGNAME= p5ckw
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
+PKGREVISION= 3
+SVR4_PKGNAME= p5ckw
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.kwiki.org/
-COMMENT= Quickie Wiki that's not too Tricky
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.kwiki.org/
+COMMENT= Quickie Wiki that's not too Tricky
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
-DEPENDS+= p5-Locale-Maketext>=1.08:../../misc/p5-Locale-Maketext
+DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
+DEPENDS+= p5-Locale-Maketext>=1.08:../../misc/p5-Locale-Maketext
PERL5_PACKLIST= auto/CGI-Kwiki/.packlist
diff --git a/www/p5-HTTP-Request-Form/Makefile b/www/p5-HTTP-Request-Form/Makefile
index 14b6c6679d9..7606b6aa7c9 100644
--- a/www/p5-HTTP-Request-Form/Makefile
+++ b/www/p5-HTTP-Request-Form/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2008/10/19 19:19:15 he Exp $
+# $NetBSD: Makefile,v 1.20 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= HTTP-Request-Form-0.952
PKGNAME= p5-${DISTNAME:S/952/9.5.2/}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5htt
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
@@ -20,5 +20,8 @@ DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
PERL5_PACKLIST= auto/HTTP/Request/Form/.packlist
+pre-configure:
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile
index 19ce32ef927..28e61e3e8b9 100644
--- a/www/p5-LWP-Authen-Negotiate/Makefile
+++ b/www/p5-LWP-Authen-Negotiate/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/11/21 15:03:05 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/16 15:22:45 sno Exp $
DISTNAME= LWP-Authen-Negotiate-0.08
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
@@ -18,5 +19,8 @@ DEPENDS+= {perl>=5.10,p5-MIME-Base64>=2.12}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/LWP/Authen/Negotiate/.packlist
+pre-configure:
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index e3929dc85da..8d837e5b8e8 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/08/26 17:36:53 sno Exp $
+# $NetBSD: Makefile,v 1.33 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= Template-Toolkit-2.22
@@ -26,7 +26,7 @@ MAKE_PARAMS= TT_ACCEPT=y
PKG_DESTDIR_SUPPORT= user-destdir
pre-configure:
- cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"