diff options
-rw-r--r-- | chinese/openoffice-1.0-zh_CN/Makefile | 1 | ||||
-rw-r--r-- | chinese/openoffice-1.0-zh_TW/Makefile | 3 | ||||
-rw-r--r-- | chinese/openoffice-zh_CN/Makefile | 1 | ||||
-rw-r--r-- | chinese/openoffice-zh_TW/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
7 files changed, 15 insertions, 2 deletions
diff --git a/chinese/openoffice-1.0-zh_CN/Makefile b/chinese/openoffice-1.0-zh_CN/Makefile index 6358f5301ffb..ae807ae9800d 100644 --- a/chinese/openoffice-1.0-zh_CN/Makefile +++ b/chinese/openoffice-1.0-zh_CN/Makefile @@ -8,6 +8,7 @@ CATEGORIES= chinese editors LANG_PKGNAME= zh +LANG_SUFFIX= CN LANG_EXT= 86 LANG_CONFIGURE_ARG= CHINSIM BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf 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 diff --git a/chinese/openoffice-zh_CN/Makefile b/chinese/openoffice-zh_CN/Makefile index 6358f5301ffb..ae807ae9800d 100644 --- a/chinese/openoffice-zh_CN/Makefile +++ b/chinese/openoffice-zh_CN/Makefile @@ -8,6 +8,7 @@ CATEGORIES= chinese editors LANG_PKGNAME= zh +LANG_SUFFIX= CN LANG_EXT= 86 LANG_CONFIGURE_ARG= CHINSIM BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf diff --git a/chinese/openoffice-zh_TW/Makefile b/chinese/openoffice-zh_TW/Makefile index 3dd8ce198fe4..23250536a55a 100644 --- a/chinese/openoffice-zh_TW/Makefile +++ b/chinese/openoffice-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 diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 64e029b3c4c6..6f2571d0b5b0 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -32,6 +32,9 @@ LANG_EXT=01 .endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- +.if defined(LANG_SUFFIX) +PKGNAMESUFFIX= -${LANG_SUFFIX} +.endif # # LANG_CONFIGURE_ARG is missing for the german port diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 64e029b3c4c6..6f2571d0b5b0 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -32,6 +32,9 @@ LANG_EXT=01 .endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- +.if defined(LANG_SUFFIX) +PKGNAMESUFFIX= -${LANG_SUFFIX} +.endif # # LANG_CONFIGURE_ARG is missing for the german port diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 64e029b3c4c6..6f2571d0b5b0 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -32,6 +32,9 @@ LANG_EXT=01 .endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- +.if defined(LANG_SUFFIX) +PKGNAMESUFFIX= -${LANG_SUFFIX} +.endif # # LANG_CONFIGURE_ARG is missing for the german port |