summaryrefslogtreecommitdiff
path: root/chinese/nvi-euc-tw/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-06-26 09:16:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-06-26 09:16:49 +0000
commitad753a9cc292a8358f293a3907a7eff0465f5a68 (patch)
tree2265e3e26c9b6c59ea8b3a046c1162b9105a132f /chinese/nvi-euc-tw/Makefile
parentNo need to use += if a variable is defined only once. (diff)
CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mk
Notes
Notes: svn path=/head/; revision=11540
Diffstat (limited to '')
-rw-r--r--chinese/nvi-euc-tw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile
index 42e14af3b9ba..504579cdb6c1 100644
--- a/chinese/nvi-euc-tw/Makefile
+++ b/chinese/nvi-euc-tw/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Apr 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.8 1998/02/19 16:49:38 itojun Exp $
+# $Id: Makefile,v 1.9 1998/03/04 19:35:04 asami Exp $
#
# can't use PORTSDIR here, since we haven't included bsd.port.mk
@@ -20,4 +20,4 @@ CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org
-CONFIGURE_ARGS= --enable-multibyte=euc-tw --program-prefix=n
+CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n