diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-29 03:06:52 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-29 03:06:52 +0000 |
commit | 9c2f442d3bd397e33a9447878c1415ef295cc73c (patch) | |
tree | cc551c69bc35f1f163a5253ff6748c97df4a8c9c /editors/openoffice.org-1.1 | |
parent | 2ce8bc4d7967527ab027a894fd05f1af6ef120d8 (diff) | |
download | ports-9c2f442d3bd397e33a9447878c1415ef295cc73c.tar.gz ports-9c2f442d3bd397e33a9447878c1415ef295cc73c.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/files/generate.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1/files/generate.pl b/editors/openoffice.org-1.1/files/generate.pl index 93a4e41d9a92..b66b39ee2865 100644 --- a/editors/openoffice.org-1.1/files/generate.pl +++ b/editors/openoffice.org-1.1/files/generate.pl @@ -2,7 +2,7 @@ # generate full build shell script for OpenOffice.org # Whom: Maho Nakata <maho@FreeBSD.org> -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/generate.pl,v 1.1 2004-10-12 07:20:54 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/generate.pl,v 1.2 2005-07-29 03:06:51 maho Exp $ print "#!/bin/csh\n"; print "/usr/bin/time make WITH_CCACHE=yes package package-rename solver sdk deinstall clean >& log.en\n"; @@ -14,7 +14,7 @@ while(<FILE>){ @tmp2=split ('"',$tmp[3]); if ( $tmp[1] eq "\${LOCALIZED_LANG}") { $LANG=$tmp2[1]; print "make TWEAK_L10N=yes LOCALIZED_LANG=$LANG pre-everything\n"; - print "/usr/bin/time make LOCALIZED_LANG=$LANG WITH_CCACHE=yes package package-rename deinstall >& log.$LANG\n"; + print "/usr/bin/time make LOCALIZED_LANG=$LANG WITH_CCACHE=yes deinstall package package-rename deinstall >& log.$LANG\n"; } } close FILE; |