From 031df761389588b6f4fb54d84abd139736b7442c Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 11 Aug 2002 22:29:08 +0000 Subject: Correctly add pkgname_suffix for chinese ports. --- editors/openoffice-1.0/Makefile | 3 +++ editors/openoffice.org-1.0/Makefile | 3 +++ editors/openoffice/Makefile | 3 +++ 3 files changed, 9 insertions(+) (limited to 'editors') 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 -- cgit v1.2.3