diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-09 11:30:21 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-09 11:30:21 +0000 |
commit | 2d5a95bcee60e792921b9cea576a8d55972c91cb (patch) | |
tree | d8f788422c1560fdbf7cc7ba6918095bb4ad7df1 /editors | |
parent | cb7de9997ef203475d908b025a42c94f3624364d (diff) | |
download | ports-2d5a95bcee60e792921b9cea576a8d55972c91cb.tar.gz ports-2d5a95bcee60e792921b9cea576a8d55972c91cb.zip |
Notes
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 ce87240fd6e1..b7fd4ded70da 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -27,6 +27,9 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # # configuration for language specific slave ports # +.if !defined(LANG_EXT) +LANG_EXT=01 +.endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index ce87240fd6e1..b7fd4ded70da 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -27,6 +27,9 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # # configuration for language specific slave ports # +.if !defined(LANG_EXT) +LANG_EXT=01 +.endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index ce87240fd6e1..b7fd4ded70da 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -27,6 +27,9 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ # # configuration for language specific slave ports # +.if !defined(LANG_EXT) +LANG_EXT=01 +.endif .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- |