aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-08-26 20:06:14 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-08-26 20:06:14 +0000
commit3c39510a2ee8ef9106724e0dad3279003a2a5358 (patch)
treea563c386b10fe0d4c6fe53055d0e904a48b5c1e6 /korean
parentac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2 (diff)
downloadports-3c39510a2ee8ef9106724e0dad3279003a2a5358.tar.gz
ports-3c39510a2ee8ef9106724e0dad3279003a2a5358.zip
Make portlint happy.
Notes
Notes: svn path=/head/; revision=280540
Diffstat (limited to 'korean')
-rw-r--r--korean/imhangul/Makefile4
-rw-r--r--korean/nabi/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/korean/imhangul/Makefile b/korean/imhangul/Makefile
index ca05897b3997..eb85e47b0383 100644
--- a/korean/imhangul/Makefile
+++ b/korean/imhangul/Makefile
@@ -25,8 +25,8 @@ GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= "-I${LOCALBASE}/include"
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
index de979f94a342..7ba7980ae24c 100644
--- a/korean/nabi/Makefile
+++ b/korean/nabi/Makefile
@@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= "-I${LOCALBASE}/include"
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "