diff options
author | sada <sada@FreeBSD.org> | 2002-05-17 22:48:58 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-17 22:48:58 +0800 |
commit | 4c7d3fea36aa5642c94a07aaa8c66af2168fe69a (patch) | |
tree | f278840e9145e4141d5b558dc4885524b9efcbd0 | |
parent | 07ea02d7341dc32c5920d0fefb98ff71d0bc6bb9 (diff) | |
download | freebsd-ports-gnome-4c7d3fea36aa5642c94a07aaa8c66af2168fe69a.tar.gz freebsd-ports-gnome-4c7d3fea36aa5642c94a07aaa8c66af2168fe69a.tar.zst freebsd-ports-gnome-4c7d3fea36aa5642c94a07aaa8c66af2168fe69a.zip |
Unbreak: one variable should be set.
PR: ports/36493
Submitted by: maintainer
-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 |