From 658621fcf22e9c780341abfebfdc2902d7f95323 Mon Sep 17 00:00:00 2001 From: scheidell Date: Wed, 28 Mar 2012 18:04:42 +0000 Subject: - Perl only needed to build, not needed to run. remove PERL5_RUN from Makefile - Bump PORTREVISION PR: ports/166413 Submitted by: Gleb Smirnoff Approved by: Grzegorz Blach (maintainer) Feature safe: yes --- security/openssh-portable/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/openssh-portable') 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 -- cgit