freebsd-ports/databases/mysql2pgsql/files/patch-arguments
Ollivier Robert 9b4fb23b06 - modify Makefile to correctly handle the DISTFILE.
- add a patch to correctly handle the arguments (sent to the author).

Approved by:	petef@databits.net (MAINTAINER)
2001-06-23 16:30:27 +00:00

11 lines
231 B
Text

--- mysql2pgsql.old Sat Jun 23 16:12:18 2001
+++ mysql2pgsql Sat Jun 23 16:11:51 2001
@@ -49,7 +49,7 @@
exit 1;
} else {
$dump="$ARGV[1]";
- $database="$ARGV[1]";
+ $database="$ARGV[2]";
}
} else {
$dump="$ARGV[0]";