diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 14:48:58 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 14:48:58 +0000 |
commit | a4e352aafbf9577fd91a8678bd031084bdf5ed5e (patch) | |
tree | ae3aa8058c03550080d1542a31a8907adde64cbb /www | |
parent | Update modules: bind8, acl, apache. (diff) |
Unbreak: one variable should be set.
PR: ports/36493
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=59338
Diffstat (limited to 'www')
-rw-r--r-- | www/frontpage-zh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/frontpage-zh/Makefile b/www/frontpage-zh/Makefile index 84c959b06be4..9e864fca9a43 100644 --- a/www/frontpage-zh/Makefile +++ b/www/frontpage-zh/Makefile @@ -6,8 +6,8 @@ # PORTNAME= frontpage +CATEGORIES= chinese www PKGNAMEPREFIX= zh- -CATEGORIES= www chinese MAINTAINER= hetzels@westbend.net @@ -16,11 +16,10 @@ COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist - FP_LANG= chp chs cht FP_LANGUAGE= Chinese FP_LCID= 1028 2052 3076 -NO_FP_LCID= yes +NO_FP_LCID_SUB= yes MASTERDIR= ${.CURDIR}/../frontpage-ar |