diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-08 13:22:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-08 13:22:20 +0800 |
commit | 217188bfac9db4cbd858b2f57efb0d06623f9960 (patch) | |
tree | c5279d75d8cc9c40b69e83bd2f2bed2e3f101ea5 /security/openssh-portable | |
parent | e8e9b964f2622c2681cfe0038911bfb19fbbc6b5 (diff) | |
download | freebsd-ports-gnome-217188bfac9db4cbd858b2f57efb0d06623f9960.tar.gz freebsd-ports-gnome-217188bfac9db4cbd858b2f57efb0d06623f9960.tar.zst freebsd-ports-gnome-217188bfac9db4cbd858b2f57efb0d06623f9960.zip |
Fix typing error in OPTION
Submitted by: joseph@randomnetworks.com
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index bffacc23db18..2a77e7f02843 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 |