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 /editors/openoffice-1.0 | |
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 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 |
1 files changed, 3 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 |