summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-17 15:18:40 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-17 15:18:40 +0000
commit86bef882266307e8c63ee910555c411e4d1124fa (patch)
treea2577c6125cfe82a416f1ea3cd61376a678e06a4 /security/ssh
parentFix use of LOCALBASE. (diff)
balance parens
Notes
Notes: svn path=/head/; revision=27692
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index efc3a4e0d1df..d4435f98b72f 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -111,7 +111,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if defined(WITH_PERL) || (exists(${PERL5}) && (!defined(WITHOUT_PERL))
+.if defined(WITH_PERL) || (exists(${PERL5}) && (!defined(WITHOUT_PERL)))
USE_PERL5= yes
CONFIGURE_ENV+= PERL=${PERL5}
.else