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@152194 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
368 B
Diff
12 lines
368 B
Diff
--- config/generate-makeoptions.pl.orig 2016-08-05 14:18:34.000000000 -0700
|
|
+++ config/generate-makeoptions.pl 2016-08-05 14:19:32.000000000 -0700
|
|
@@ -10,7 +10,7 @@
|
|
#
|
|
use strict;
|
|
|
|
-if( !(defined(@ARGV) && scalar(@ARGV)==2) ) {
|
|
+if( !(@ARGV && scalar(@ARGV)==2) ) {
|
|
die "Error, this script takes two and only two arguments (makefile_name package_name).!\n";
|
|
}
|
|
|