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 | |
parent | 26e0faa2585eb853e84ec6d9edb5858569859db3 (diff) | |
download | ports-b29a09511faee89f6b19dd84d2227aed2cabb7ad.tar.gz ports-b29a09511faee89f6b19dd84d2227aed2cabb7ad.zip |
Notes
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9bdfa6806d36..fe1bb2fee623 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -27,7 +27,7 @@ CVS_CMD?= cvs -z3 CVS_DATE= Tue Feb 1 02:19:07 EST 2000 SED?= /usr/bin/sed 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 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto .if defined(OPENSSL_RSAREF) @@ -75,6 +75,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 \ |