1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/mail/lightning/files/extra-patch-config_make-jars.pl
Michael Johnson 6241eb016a Add lightning
Lightning brings the Sunbird calendar to the popular email client,
Mozilla Thunderbird.

Mozilla Thunderbird is a redesign of the Mozilla mail component with the goal
of becoming a cross-platform stand alone mail application using the XUL
user interface language.  See the Mozilla Thunderbird project page for
more details.

The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW: http://www.mozilla.org/projects/calendar/lightning/
     http://www.mozilla.com/thunderbird/
     http://www.mozilla.org/projects/calendar/sunbird/
2006-11-18 03:58:13 +00:00

11 lines
277 B
Perl

--- 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:");