mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@128893 d073be05-634f-4543-b044-5fe20cf6d1d6
22 lines
510 B
Diff
22 lines
510 B
Diff
diff -urNp openjade-1.3.2-orig/msggen.pl openjade-1.3.2/msggen.pl
|
|
--- openjade-1.3.2-orig/msggen.pl 2002-10-20 23:47:23.000000000 +0200
|
|
+++ ./msggen.pl 2012-08-10 10:38:28.019081661 +0200
|
|
@@ -4,6 +4,7 @@
|
|
# See the file COPYING for copying permission.
|
|
|
|
use POSIX;
|
|
+use Getopt::Std;
|
|
|
|
# Package and version.
|
|
$package = 'openjade';
|
|
@@ -18,8 +19,7 @@ $gen_c = 0;
|
|
undef $opt_l;
|
|
undef $opt_p;
|
|
undef $opt_t;
|
|
-do 'getopts.pl';
|
|
-&Getopts('l:p:t:');
|
|
+getopts('l:p:t:');
|
|
$module = $opt_l;
|
|
$pot_file = $opt_p;
|
|
|