diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-03-02 06:43:18 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-03-02 06:43:18 +0000 |
commit | b29a09511faee89f6b19dd84d2227aed2cabb7ad (patch) | |
tree | 728bfd15b6078c884fac2da6391b4e614c59342e /security/openssh-askpass | |
parent | 26e0faa2585eb853e84ec6d9edb5858569859db3 (diff) | |
download | ports-b29a09511faee89f6b19dd84d2227aed2cabb7ad.tar.gz ports-b29a09511faee89f6b19dd84d2227aed2cabb7ad.zip |
Notes
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 \ |