diff options
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 2 |
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 |