Fix the regress target for geo/jeoip by installing junit in the right
place.
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/java/junit/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile 9 Nov 2009 11:03:26 -0000 1.20
+++ Makefile 29 Apr 2010 08:22:42 -0000
@@ -4,8 +4,11 @@
VERSION= 3.8.2
DISTNAME= junit${VERSION}
-PKGNAME= junit-${VERSION}p5
-INSTALLDIR= ${PKGNAME}
+PKGNAME= junit-${VERSION}p6
+
+# Note, INSTALLDIR must not be set to ${PKGNAME}. Doing so will break
+# the regress target in geo/jeoip if the patch level is bumped.
+INSTALLDIR= junit-${VERSION}
SUBST_VARS+= INSTALLDIR
CATEGORIES= java devel