summaryrefslogtreecommitdiff
path: root/net/p5-Net-XWhois
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
commitbb34de42c0ccac8e962cab97e064965d23f081de (patch)
treedd40b82023ab94a6839b4f4d440c3cd5cab978ee /net/p5-Net-XWhois
parentI forgot to add two patch files in the last commit, and broke the GTK2 (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes: svn path=/head/; revision=93887
Diffstat (limited to 'net/p5-Net-XWhois')
-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 23870ceca27e..c202ea7b8a88 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 "*.orig" -exec rm -f "{}" ";"
+ @${FIND} ${WRKSRC} -type f -name "*.orig" -exec rm -f "{}" ";"
.include <bsd.port.mk>