diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-17 15:18:40 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-17 15:18:40 +0000 |
commit | 86bef882266307e8c63ee910555c411e4d1124fa (patch) | |
tree | a2577c6125cfe82a416f1ea3cd61376a678e06a4 /security | |
parent | 4cfb010581f20069fa9205836ff273706ace27da (diff) |
balance parens
Notes
Notes:
svn path=/head/; revision=27692
Diffstat (limited to 'security')
-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 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 |