diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 10:27:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 10:27:05 +0000 |
commit | 46a551c5f5f987c8520b8cb8b47ec0bcd2178c7b (patch) | |
tree | 2cdc43fb99c6b4add4427e7498615a4c18c32b04 | |
parent | bd5129fd88131235fc465d6df4c4c976e3ee584b (diff) | |
download | freebsd-ports-46a551c5f5f987c8520b8cb8b47ec0bcd2178c7b.zip |
quiet portlint
-rw-r--r-- | chinese/nvi-big5/Makefile | 9 |
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" |