diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-02-12 15:05:30 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-02-12 15:05:30 +0000 |
commit | 3b7984d003fdb07a93be85039966ed6fd6c9f48a (patch) | |
tree | 525794d37dc9a53ad2fd25dca8f8f6136d241c33 /editors/openoffice-1.0 | |
parent | a01429d2bc9ac1f94bdfe172f3994556799b493d (diff) | |
download | ports-3b7984d003fdb07a93be85039966ed6fd6c9f48a.tar.gz ports-3b7984d003fdb07a93be85039966ed6fd6c9f48a.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index f480c726f8a4..6bd42de1c75c 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -500,7 +500,7 @@ do-build: .endif .if defined(LANG_PKGNAME) @cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \ - ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANGEXT}' + ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANG_EXT}' .endif pre-install: |