summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-02 20:59:37 +0000
committerwiz <wiz>2000-03-02 20:59:37 +0000
commit94a0525427a457e6ce09f0a696b3ffaecb7c786d (patch)
treeccd3ad6de9dc983373e3ef4741a7df39513d9068 /security/ssh
parent9f66f18d5b94d61f967bbd231fea4cf9b1a6d919 (diff)
downloadpkgsrc-94a0525427a457e6ce09f0a696b3ffaecb7c786d.tar.gz
find -> ${FIND}
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index bbba22c4b90..461bf106012 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2000/02/05 06:03:25 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2000/03/02 21:05:13 wiz Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -162,7 +162,7 @@ fetch-depends:
post-patch:
@# Make sure that "automake" is never run.
- @find ${WRKSRC} -name Makefile.in -print | xargs ${TOUCH} ${TOUCH_FLAGS}
+ @${FIND} ${WRKSRC} -name Makefile.in -print | xargs ${TOUCH} ${TOUCH_FLAGS}
post-build:
@cd ${PKGDIR}; \