diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-08 07:03:44 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-08 07:03:44 +0800 |
commit | dd2c0c7ea83e219d2817906e2ef94535a3faba0b (patch) | |
tree | 8c8bf943a6d282b601d8820d4038f0d885bd1beb /security/ssh2/Makefile | |
parent | 46eca94f212b6cc8ee5cc2cddcdd1eb8f7811e15 (diff) | |
download | freebsd-ports-gnome-dd2c0c7ea83e219d2817906e2ef94535a3faba0b.tar.gz freebsd-ports-gnome-dd2c0c7ea83e219d2817906e2ef94535a3faba0b.tar.zst freebsd-ports-gnome-dd2c0c7ea83e219d2817906e2ef94535a3faba0b.zip |
Depend on ports collection rsaref, since we have it now already
available "broken out."
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index e81f93518e84..c16456e0d895 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/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..."; \ |