ports/devel/apache-ant/patches/patch-bin_runant_pl

13 lines
396 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: bin/runant.pl
--- bin/runant.pl.orig
+++ bin/runant.pl
@@ -74,7 +74,7 @@ if (($^O eq "MSWin32") || ($^O eq "dos") || $oncygwin
}
#build up standard classpath
-my $localpath = "$HOME/lib/ant-launcher.jar";
+my $localpath = "_antlibs_/ant-launcher.jar";
#set JVM options and Ant arguments, if any
my @ANT_OPTS = split(" ", $ENV{ANT_OPTS});
my @ANT_ARGS = split(" ", $ENV{ANT_ARGS});