diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 20:45:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 20:45:19 +0000 |
commit | a3adfc2cf57b600a49a56665fa0155ad0158d27b (patch) | |
tree | 1ea6dcbe22c4b4abf85465cadfe6918215b38d85 /www/firefox3-devel/files/extra-patch-config_make-jars.pl | |
parent | Chase another silent update: minor fixes in Bourne shell variables and help (diff) |
- Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel
- Fix pkg-deinstall to not remove MOZDIR/extensions
Notes
Notes:
svn path=/head/; revision=158397
Diffstat (limited to 'www/firefox3-devel/files/extra-patch-config_make-jars.pl')
-rw-r--r-- | www/firefox3-devel/files/extra-patch-config_make-jars.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/extra-patch-config_make-jars.pl b/www/firefox3-devel/files/extra-patch-config_make-jars.pl new file mode 100644 index 000000000000..a558607ca459 --- /dev/null +++ b/www/firefox3-devel/files/extra-patch-config_make-jars.pl @@ -0,0 +1,10 @@ +--- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004 ++++ config/make-jars.pl Wed Oct 13 16:17:07 2004 +@@ -40,6 +40,7 @@ + last if ($arg eq "--"); + } + my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]); ++splice @ARGV, $ddindex, $#ARGV; + + getopts("d:s:t:f:avlD:o:p:xz:"); + |