diff options
author | sada <sada@FreeBSD.org> | 2002-05-17 14:48:58 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-17 14:48:58 +0000 |
commit | 4c7d3fea36aa5642c94a07aaa8c66af2168fe69a (patch) | |
tree | f278840e9145e4141d5b558dc4885524b9efcbd0 /www/frontpage-zh/Makefile | |
parent | 07ea02d7341dc32c5920d0fefb98ff71d0bc6bb9 (diff) | |
download | FreeBSD-ports-4c7d3fea36aa5642c94a07aaa8c66af2168fe69a.zip FreeBSD-ports-4c7d3fea36aa5642c94a07aaa8c66af2168fe69a.tar.gz |
Unbreak: one variable should be set.
PR: ports/36493
Submitted by: maintainer
Diffstat (limited to 'www/frontpage-zh/Makefile')
-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 84c959b..9e864fc 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 |