aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2008-11-30 03:06:55 +0800
committersem <sem@FreeBSD.org>2008-11-30 03:06:55 +0800
commitc2e23d72408ccaa42f6ebea39caae2ea3e5e18f4 (patch)
treeb503a8c67e8e1b99189c2d4819093fc7bfdfc329 /Mk
parent8bb86753533063f82a18d415fc0400b42f08a44d (diff)
downloadfreebsd-ports-gnome-c2e23d72408ccaa42f6ebea39caae2ea3e5e18f4.tar.gz
freebsd-ports-gnome-c2e23d72408ccaa42f6ebea39caae2ea3e5e18f4.tar.zst
freebsd-ports-gnome-c2e23d72408ccaa42f6ebea39caae2ea3e5e18f4.zip
- 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>
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.perl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index 35c4659b9209..df348c5b35c3 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -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)