diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 22:29:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 22:29:08 +0000 |
commit | 031df761389588b6f4fb54d84abd139736b7442c (patch) | |
tree | a63934c87c9d477d0ae493def962e4863b643c3f /editors | |
parent | f54e3a8a1254628aa3cd5abb299a9658ce1c6e8e (diff) | |
download | ports-031df761389588b6f4fb54d84abd139736b7442c.tar.gz ports-031df761389588b6f4fb54d84abd139736b7442c.zip |
Correctly add pkgname_suffix for chinese ports.
Notes
Notes:
svn path=/head/; revision=64391
Diffstat (limited to 'editors')
-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 |
3 files changed, 9 insertions, 0 deletions
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 |