summaryrefslogtreecommitdiff
path: root/Mk/Uses/gettext.mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-20 12:30:29 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-20 12:30:29 +0000
commit050ed194bd4bb0734768118066166f2d7ae788d7 (patch)
tree04f9e82ad671dd71f34ffcdc4bff6d7caaf44c45 /Mk/Uses/gettext.mk
parentFix a typo causing the .ko file not to be installed. (diff)
Fix some typos and use modern Perl variables in comments.
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=334409
Diffstat (limited to 'Mk/Uses/gettext.mk')
-rw-r--r--Mk/Uses/gettext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/gettext.mk b/Mk/Uses/gettext.mk
index b2d25e35ed0e..1898e26f324b 100644
--- a/Mk/Uses/gettext.mk
+++ b/Mk/Uses/gettext.mk
@@ -25,7 +25,7 @@ RUN_DEPENDS+= ${_GETTEXT_DEPENDS}
.elif ${gettext_ARGS} == "lib"
LIB_DEPENDS+= libintl.so:${PORTSDIR}/devel/gettext
.else
-IGNORE= USES=gettext - invalid args: [${gettext_ARGS}] specifed
+IGNORE= USES=gettext - invalid args: [${gettext_ARGS}] specified
.endif
.endif