diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-08 05:22:20 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-08 05:22:20 +0000 |
commit | 217188bfac9db4cbd858b2f57efb0d06623f9960 (patch) | |
tree | c5279d75d8cc9c40b69e83bd2f2bed2e3f101ea5 /security | |
parent | e8e9b964f2622c2681cfe0038911bfb19fbbc6b5 (diff) | |
download | FreeBSD-ports-217188bfac9db4cbd858b2f57efb0d06623f9960.zip FreeBSD-ports-217188bfac9db4cbd858b2f57efb0d06623f9960.tar.gz |
Fix typing error in OPTION
Submitted by: joseph@randomnetworks.com
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/Makefile | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index bffacc2..2a77e7f 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-suid-ssh .endif .if defined(OPENSSH_OVERWRITE_BASE) -USE_OPELSSL_BASE= yes +USE_OPENSSL_BASE= yes PKGNAMESUFFIX= -overwrite-base PREFIX= /usr MANPREFIX= ${PREFIX}/share diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index bffacc2..2a77e7f 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --disable-suid-ssh .endif .if defined(OPENSSH_OVERWRITE_BASE) -USE_OPELSSL_BASE= yes +USE_OPENSSL_BASE= yes PKGNAMESUFFIX= -overwrite-base PREFIX= /usr MANPREFIX= ${PREFIX}/share |