diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-09 19:30:21 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-09 19:30:21 +0800 |
commit | e70918a6265088d5e4918ce480f392ca23d51f71 (patch) | |
tree | 148dfa2a4b1bd5b178af9443666eef055155600f /editors/openoffice-1.0 | |
parent | 5b173be4a2e3c0dee8c7b2fd44d4ffec5d77143d (diff) | |
download | freebsd-ports-graphics-e70918a6265088d5e4918ce480f392ca23d51f71.tar.gz freebsd-ports-graphics-e70918a6265088d5e4918ce480f392ca23d51f71.tar.zst freebsd-ports-graphics-e70918a6265088d5e4918ce480f392ca23d51f71.zip |
Re-add LANG_EXT which was removed accidently.
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 ce87240fd6e..b7fd4ded70d 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}- |