summaryrefslogtreecommitdiff
path: root/security/openssh-askpass
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-03-02 06:43:18 +0000
committerBrian Somers <brian@FreeBSD.org>2000-03-02 06:43:18 +0000
commitb29a09511faee89f6b19dd84d2227aed2cabb7ad (patch)
tree728bfd15b6078c884fac2da6391b4e614c59342e /security/openssh-askpass
parentAdd imake. (diff)
Allow manual PORTS_CVS_SERVER and CVS_SITES settings.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=26489
Diffstat (limited to 'security/openssh-askpass')
-rw-r--r--security/openssh-askpass/Makefile5
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 \