diff options
Diffstat (limited to 'net')
-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> |