summaryrefslogtreecommitdiff
path: root/net/p5-Net-XWhois
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-01-05 17:36:58 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-01-05 17:36:58 +0000
commite3e0412b7541529236b9bd94ced562d58a32f931 (patch)
tree2e06f256e5c05f37f3878a997e42d64b470422a8 /net/p5-Net-XWhois
parentSupport Ruby 1.8. (diff)
makes these ports "portlint clean".
Notes
Notes: svn path=/head/; revision=97379
Diffstat (limited to 'net/p5-Net-XWhois')
-rw-r--r--net/p5-Net-XWhois/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-XWhois/Makefile b/net/p5-Net-XWhois/Makefile
index c202ea7b8a88..c3823ebfd6e1 100644
--- a/net/p5-Net-XWhois/Makefile
+++ b/net/p5-Net-XWhois/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net-XWhois
PORTVERSION= 0.90
-PORTREVISION= 2
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -21,6 +21,6 @@ PERL_CONFIGURE= YES
MAN3= Net::XWhois.3
post-patch:
- @${FIND} ${WRKSRC} -type f -name "*.orig" -exec rm -f "{}" ";"
+ @${FIND} ${WRKSRC} -type f -name -a "*.orig" -delete
.include <bsd.port.mk>