summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-16 15:22:44 +0000
committersno <sno@pkgsrc.org>2010-02-16 15:22:44 +0000
commit9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796 (patch)
treef66ab0c43540a60ea4445ed35c2fc669c8f61f69 /net
parenta6535bf7f64e4871c4bd20c5c885636eab5921ed (diff)
downloadpkgsrc-9166a5ef09c21fa9ced18dc78b6fe6a6b2c9a796.tar.gz
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Ident/Makefile7
-rw-r--r--net/p5-eBay-API/Makefile7
-rw-r--r--net/p5-ispman/Makefile7
3 files changed, 15 insertions, 6 deletions
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile
index a1a73ae0c25..f21750324a0 100644
--- a/net/p5-Net-Ident/Makefile
+++ b/net/p5-Net-Ident/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2010/02/13 22:18:24 heinz Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= Net-Ident-1.20
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5nid
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -20,5 +20,8 @@ USE_LANGUAGES= #empty
PERL5_PACKLIST= auto/Net/Ident/.packlist
+pre-configure:
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-eBay-API/Makefile b/net/p5-eBay-API/Makefile
index 55605489015..5b0f426c751 100644
--- a/net/p5-eBay-API/Makefile
+++ b/net/p5-eBay-API/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/01/08 12:57:17 sno Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/16 15:22:45 sno Exp $
DISTNAME= eBay-API-0.25
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TK/TKEEFER/}
@@ -34,5 +34,8 @@ REPLACE_PERL+= */*/*/*/*/*/*/*.pm
PERL5_PACKLIST= auto/eBay/API/.packlist
+pre-configure:
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-ispman/Makefile b/net/p5-ispman/Makefile
index 051fa5dbfe8..ec5e21c6055 100644
--- a/net/p5-ispman/Makefile
+++ b/net/p5-ispman/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2008/10/19 19:18:31 he Exp $
+# $NetBSD: Makefile,v 1.22 2010/02/16 15:22:45 sno Exp $
#
DISTNAME= ispman-0.5
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= p5isp
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispman/}
@@ -35,6 +35,9 @@ SUBST_STAGE.etc-fix= pre-configure
SUBST_FILES.etc-fix= ISPMan/*
SUBST_SED.etc-fix= -e 's:/etc:${PREFIX}/etc:g'
+pre-configure:
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+
post-install:
${INSTALL_DATA} ${WRKSRC}/IO-stringy-1.212_patched/lib/IO/Scalar.pm \
${DESTDIR}${PERL5_INSTALLVENDORLIB}/IO/ScalarPatched.pm