diff options
Diffstat (limited to 'security/openssh-askpass')
-rw-r--r-- | security/openssh-askpass/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile index 981f894b9809..2447da5eee5b 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -26,7 +26,7 @@ DISTFILES+= ${IGNOREFILES} CVS_CMD?= cvs -z3 CVS_DATE= Sun Feb 27 22:21:56 PST 2000 CVS_DATE_!= ${ECHO} -n "${CVS_DATE}" | ${SED} 's/[ \t:]/_/g' -CVS_SITES= anoncvs@anoncvs1.ca.openbsd.org:/cvs \ +CVS_SITES?= anoncvs@anoncvs1.ca.openbsd.org:/cvs \ :pserver:anoncvs@anoncvs1.usa.openbsd.org:/cvs STAMPFILE= ${DISTDIR}/${PKGNAME}/.stamp WRKSRC= ${WRKDIR}/ssh-askpass @@ -45,6 +45,9 @@ do-fetch: if [ -n "${PORTS_CVS_RSH}" ]; then \ export CVS_RSH="${PORTS_CVS_RSH}"; \ fi; \ + if [ -n "${PORTS_CVS_SERVER}" ]; then \ + export CVS_SERVER="${PORTS_CVS_SERVER}"; \ + fi; \ ${MKDIR} ${DISTDIR}/${PKGNAME} && \ cd ${DISTDIR}/${PKGNAME}; \ for CVS_SITE in ${CVS_SITES}; do \ |