summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 22:03:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-17 22:03:07 +0000
commitf9cabf5b93b82146460421b29a42e2b4d163ee26 (patch)
treedc1c8502566ff7008f0092154ea0986d0c8817cc /net
parentd6d446da4d545e155ca1ed44caa6cc986595fa3e (diff)
downloadfreebsd-ports-f9cabf5b93b82146460421b29a42e2b4d163ee26.zip
Fix FIND syntax in Makefile.
Noticed by: bento http://bento.freebsd.org/errorlogs/i386-4-exp-latest/p5-Net-XWhois-0.90_2.log
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-XWhois/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-XWhois/Makefile b/net/p5-Net-XWhois/Makefile
index c3823ebfd6e1..8673e109568a 100644
--- a/net/p5-Net-XWhois/Makefile
+++ b/net/p5-Net-XWhois/Makefile
@@ -21,6 +21,6 @@ PERL_CONFIGURE= YES
MAN3= Net::XWhois.3
post-patch:
- @${FIND} ${WRKSRC} -type f -name -a "*.orig" -delete
+ @${FIND} ${WRKSRC} -type f -name "*.orig" -delete
.include <bsd.port.mk>