diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-12 06:29:08 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-12 06:29:08 +0800 |
commit | 2469ec06dcde44a6d314fc1afc2aebe1b6fcac38 (patch) | |
tree | 7a111c14e447bbaffb50a07a4769734a2df84b98 /chinese/openoffice-1.0-zh_TW | |
parent | d465ab1e217ffdc2e715fdfc18749856258aad41 (diff) | |
download | freebsd-ports-gnome-2469ec06dcde44a6d314fc1afc2aebe1b6fcac38.tar.gz freebsd-ports-gnome-2469ec06dcde44a6d314fc1afc2aebe1b6fcac38.tar.zst freebsd-ports-gnome-2469ec06dcde44a6d314fc1afc2aebe1b6fcac38.zip |
Correctly add pkgname_suffix for chinese ports.
Diffstat (limited to 'chinese/openoffice-1.0-zh_TW')
-rw-r--r-- | chinese/openoffice-1.0-zh_TW/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/openoffice-1.0-zh_TW/Makefile b/chinese/openoffice-1.0-zh_TW/Makefile index 3dd8ce198fe4..23250536a55a 100644 --- a/chinese/openoffice-1.0-zh_TW/Makefile +++ b/chinese/openoffice-1.0-zh_TW/Makefile @@ -7,7 +7,8 @@ CATEGORIES= chinese editors -LANG_PKGNAME= zh_TW +LANG_PKGNAME= zh +LANG_SUFFIX= TW LANG_EXT= 88 LANG_CONFIGURE_ARG= CHINTRAD BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf |