diff options
author | mbr <mbr@FreeBSD.org> | 2003-02-12 15:05:30 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-02-12 15:05:30 +0000 |
commit | 31143b461c636b4cc88113300d9c7664306be189 (patch) | |
tree | 9786d7e01acb33b31fb55412806687e6790114b5 /editors | |
parent | d5c0ebcc6a14453e942c3b60c2f0be284ba02d8d (diff) | |
download | FreeBSD-ports-31143b461c636b4cc88113300d9c7664306be189.zip FreeBSD-ports-31143b461c636b4cc88113300d9c7664306be189.tar.gz |
Add missing underline.
Submitted by: Gabor Zahemszky <Gabor@Zahemszky.HU>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index f480c72..6bd42de 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: diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index f480c72..6bd42de 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-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: diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index f480c72..6bd42de 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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: |