summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 10:27:05 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 10:27:05 +0000
commit46a551c5f5f987c8520b8cb8b47ec0bcd2178c7b (patch)
tree2cdc43fb99c6b4add4427e7498615a4c18c32b04 /chinese
parentadd SLAVEDIRS (diff)
quiet portlint
Notes
Notes: svn path=/head/; revision=27784
Diffstat (limited to 'chinese')
-rw-r--r--chinese/nvi-big5/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile
index 99955a016741..6301b73504ef 100644
--- a/chinese/nvi-big5/Makefile
+++ b/chinese/nvi-big5/Makefile
@@ -5,15 +5,14 @@
# $FreeBSD$
#
+CATEGORIES= chinese editors
PKGNAMESUFFIX= -big5
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
-COMMENT= ${.CURDIR}/pkg/COMMENT
-
-.include "${MASTERDIR}/Makefile"
-
-CATEGORIES= chinese editors
MAINTAINER= itojun@itojun.org
+COMMENT= ${.CURDIR}/pkg/COMMENT
CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n
+
+.include "${MASTERDIR}/Makefile"