summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-11 16:50:43 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-11 16:50:43 +0000
commit0adf5c3f15477dd0961a60ff8870e9fcb4542de2 (patch)
treed5a1f37bf289e08dfbd7aac661df8e768381d1bd /security/openssh
parentQuite a bit of change to OpenSSH made: (diff)
Whoops, extra parenthesis broke do-fetch.
Notes
Notes: svn path=/head/; revision=23033
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index b108926f43df..86a53625f9b1 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -31,7 +31,7 @@ WRKSRC= ${WRKDIR}/ssh
do-fetch:
.if !exists(${WRKDIR}/.fetch_done)
- @${SETENV} WRKDIR=${WRKDIR} ${SCRIPTDIR}/fetchit)
+ @${SETENV} WRKDIR=${WRKDIR} ${SCRIPTDIR}/fetchit
.endif
@${TOUCH} ${WRKDIR}/.fetch_done