- Fix typos in a comment: WANT_PERL5 -> WANT_PERL, is -> if

PR:		ports/123912 (based on)
Submitted by:	Philip M. Gollucci <pgollucci_at_p6m7g8.com>
This commit is contained in:
Sergey Matveychuk 2008-11-29 19:06:55 +00:00
parent eefda272ac
commit f616d389ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223547

View File

@ -73,7 +73,7 @@
# port. The version requirement can be specified
# here, as well.
#
# WANT_PERL5 - Set this is your port conditionally depends on Perl.
# WANT_PERL - Set this if your port conditionally depends on Perl.
# This MUST appear before the inclusion of bsd.port.pre.mk.
.if !defined(_POSTMKINCLUDED) && !defined(Perl_Pre_Include)