aboutsummaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-07-23 07:11:44 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-07-23 07:11:44 +0000
commit7852fd7d800968970092be0b37a621c15bd894b8 (patch)
tree271417221f3627cef6b0b78a1f93f175e73a3d6c /devel/binutils
parent789806859ca85e870eccce49be090443640c99ff (diff)
downloadports-7852fd7d800968970092be0b37a621c15bd894b8.tar.gz
ports-7852fd7d800968970092be0b37a621c15bd894b8.zip
- Fix typo in Makefile and unbreak WITHOUT_NLS
PR: ports/137024 Submitted by: swell.k@gmail.com
Notes
Notes: svn path=/head/; revision=238234
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index f3c117f95d18..09725eb7e28d 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -60,7 +60,7 @@ USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment"
+PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.pre.mk>