$OpenBSD: patch-bin_runant_pl,v 1.5 2015/06/17 18:56:25 jasper Exp $
--- bin/runant.pl.orig	Sun May 31 16:01:22 2015
+++ bin/runant.pl	Wed Jun 17 20:52:24 2015
@@ -82,7 +82,7 @@ if(($^O eq "MSWin32") || ($^O eq "dos") || ($^O eq "cy
         }
 
 #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});
