diff options
author | truckman <truckman@FreeBSD.org> | 2015-02-25 13:58:56 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-02-25 13:58:56 +0800 |
commit | b74649b0848d73322941b67f75ffb0a4be1be002 (patch) | |
tree | dc43131f845d67b0f061e780291b6c900c3507fd /editors/openoffice-devel | |
parent | f6a74d5d9699ce7ddf70dc99af72ff923230aa18 (diff) | |
download | freebsd-ports-gnome-b74649b0848d73322941b67f75ffb0a4be1be002.tar.gz freebsd-ports-gnome-b74649b0848d73322941b67f75ffb0a4be1be002.tar.zst freebsd-ports-gnome-b74649b0848d73322941b67f75ffb0a4be1be002.zip |
Undo an unintended Makefile change that slipped in.
Approved by: mat (mentor)
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 012f472652ec..8a8d5c5017bd 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -280,7 +280,7 @@ do-build: cd ${WRKSUBDIR} ; ${PRINTF} "main=active\n" >> source_config cd ${WRKSUBDIR} ; ${PRINTF} "extras=active\n" >> source_config cd ${WRKSRC} ; ./bootstrap - cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C LC_TIME=it_IT.ISO8859-15" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native/util ; build.pl --all -P${MAKE_JOBS_NUMBER} -- -P${MAKE_JOBS_NUMBER}" + cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native/util ; build.pl --all -P${MAKE_JOBS_NUMBER} -- -P${MAKE_JOBS_NUMBER}" do-install: cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; ${LS} *.tar.?z > ${WRKDIR}/INSTALLFILES |