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/openoffice-1.0/Makefile | |
parent | f54e3a8a1254628aa3cd5abb299a9658ce1c6e8e (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.0/Makefile')
-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 |