diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-03-29 02:04:42 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-03-29 02:04:42 +0800 |
commit | 658621fcf22e9c780341abfebfdc2902d7f95323 (patch) | |
tree | 444cbaf33b2edea4363212e0932262e41064b8e3 /security/openssh-portable | |
parent | df9d2da94b0db3ec87d9b6af750b01ecbaa2b87f (diff) | |
download | freebsd-ports-gnome-658621fcf22e9c780341abfebfdc2902d7f95323.tar.gz freebsd-ports-gnome-658621fcf22e9c780341abfebfdc2902d7f95323.tar.zst freebsd-ports-gnome-658621fcf22e9c780341abfebfdc2902d7f95323.zip |
- Perl only needed to build, not needed to run. remove PERL5_RUN from Makefile
- Bump PORTREVISION
PR: ports/166413
Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru>
Approved by: Grzegorz Blach <magik@roorback.net> (maintainer)
Feature safe: yes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 9ca7161e27d8..67a8580e8777 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssh DISTVERSION= 5.8p2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -26,7 +26,6 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8 ssh-pkcs11-helper.8 CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* -USE_PERL5= yes USE_PERL5_BUILD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |