From d939fd16dd4c1ba24a4bd26e44307050d0bc1f22 Mon Sep 17 00:00:00 2001 From: green Date: Thu, 11 Nov 1999 16:50:43 +0000 Subject: Whoops, extra parenthesis broke do-fetch. --- security/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/openssh') 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 -- cgit