1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

balance parens

This commit is contained in:
Michael Haro 2000-04-17 15:18:40 +00:00
parent 4cfb010581
commit 86bef88226
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27692

View File

@ -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