diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-06-10 11:15:04 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-06-10 11:15:04 +0000 |
commit | c5c4c4c02170e9e195751280e362ec85aad4022b (patch) | |
tree | 0cc15a1f299bf7a0d74c601ea84a027fe285589a /security | |
parent | 2c08069fc820df1e63b5066bc3b390b4bf9c2fb1 (diff) | |
download | FreeBSD-ports-c5c4c4c02170e9e195751280e362ec85aad4022b.zip FreeBSD-ports-c5c4c4c02170e9e195751280e362ec85aad4022b.tar.gz |
Fix spelling and make portline happy (training spaces)
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 27bd878..ca19bd0 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -7,7 +7,7 @@ PORTNAME= OpenSSH PORTVERSION= 2.9 -RTREVISION= 1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ @@ -22,7 +22,7 @@ USE_OPENSSL= YES MAN1= scp.1 slogin.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 MAN8= sshd.8 MANCOMPRESSED= yes - + .include <bsd.port.pre.mk> CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto |