aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-07 16:45:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-07 16:45:30 +0000
commit5b3bfaf08f4ac44e93ef3155de1dd41105491134 (patch)
treea2e662dfbae1a33336f342c6818834f092a0b71d /Mk
parent3d718eec991f8996db7b2e66a8f9d9f3fa1ee283 (diff)
Fix typo
With hat: portmgr
Notes
Notes: svn path=/head/; revision=370364
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gperf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/gperf.mk b/Mk/Uses/gperf.mk
index 5f8a478c0e8b..403d476137dc 100644
--- a/Mk/Uses/gperf.mk
+++ b/Mk/Uses/gperf.mk
@@ -7,7 +7,7 @@
#
# Take no arguments
-.if !defined(_INCLUDE_USES_GPERG_MK)
+.if !defined(_INCLUDE_USES_GPERF_MK)
_INCLUDE_USES_GPERF_MK= yes
.if !exists(/usr/bin/gperf)