diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-05 17:36:58 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-05 17:36:58 +0000 |
commit | e3e0412b7541529236b9bd94ced562d58a32f931 (patch) | |
tree | 2e06f256e5c05f37f3878a997e42d64b470422a8 /net/p5-Net-XWhois | |
parent | 95356759a8a08389b988d577d243e942ba7062f9 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-XWhois')
-rw-r--r-- | net/p5-Net-XWhois/Makefile | 4 |
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> |