diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-17 15:18:40 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-17 15:18:40 +0000 |
commit | 280507682789b88911294abdd0759229c00768f5 (patch) | |
tree | 3bc4ff1ebb5d96f078054fcdd5425371db192136 /security/ssh | |
parent | e15929c1a8f85452f88c4586073108c529a76b74 (diff) | |
download | FreeBSD-ports-280507682789b88911294abdd0759229c00768f5.zip FreeBSD-ports-280507682789b88911294abdd0759229c00768f5.tar.gz |
balance parens
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index efc3a4e..d4435f9 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 |