summaryrefslogtreecommitdiffstats
path: root/security/ssh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-07 23:03:44 +0000
committerjkh <jkh@FreeBSD.org>1998-10-07 23:03:44 +0000
commitdd2c0c7ea83e219d2817906e2ef94535a3faba0b (patch)
tree8c8bf943a6d282b601d8820d4038f0d885bd1beb /security/ssh
parent46eca94f212b6cc8ee5cc2cddcdd1eb8f7811e15 (diff)
downloadFreeBSD-ports-dd2c0c7ea83e219d2817906e2ef94535a3faba0b.zip
FreeBSD-ports-dd2c0c7ea83e219d2817906e2ef94535a3faba0b.tar.gz
Depend on ports collection rsaref, since we have it now already
available "broken out."
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index e81f935..c16456e 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.64 1998/09/17 10:53:31 asami Exp $
+# $Id: Makefile,v 1.65 1998/09/26 04:42:09 dima Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -18,7 +18,7 @@ MAINTAINER= torstenb@FreeBSD.ORG
# You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you..
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
-DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz
+DISTFILES= ${DISTNAME}.tar.gz
MASTER_SITES= \
ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \
ftp://nic.funet.fi/pub/crypt/mirrors/ftp.dsi.unimi.it/applied-crypto/ \
@@ -56,6 +56,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
CONFIGURE_ARGS+= --with-rsaref
+LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
@@ -97,12 +98,6 @@ fetch-depends:
@false
.endif
-post-extract:
-.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
- @mv ${WRKDIR}/rsaref2 ${WRKSRC}/rsaref2
- @(cd ${WRKSRC} && patch -s -p < ${FILESDIR}/rsa64.diff)
-.endif
-
post-install:
@if [ ! -f ${PREFIX}/etc/ssh_host_key ]; then \
echo "Generating a secret host key..."; \
OpenPOWER on IntegriCloud