diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 22:03:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-17 22:03:07 +0000 |
commit | f9cabf5b93b82146460421b29a42e2b4d163ee26 (patch) | |
tree | dc1c8502566ff7008f0092154ea0986d0c8817cc /net/p5-Net-XWhois | |
parent | d6d446da4d545e155ca1ed44caa6cc986595fa3e (diff) | |
download | ports-f9cabf5b93b82146460421b29a42e2b4d163ee26.tar.gz ports-f9cabf5b93b82146460421b29a42e2b4d163ee26.zip |
Fix FIND syntax in Makefile.
Notes
Notes:
svn path=/head/; revision=98423
Diffstat (limited to 'net/p5-Net-XWhois')
-rw-r--r-- | net/p5-Net-XWhois/Makefile | 2 |
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> |