$OpenBSD: patch-bin_mvn,v 1.2 2009/08/30 22:05:32 stsp Exp $
--- bin/mvn.orig	Thu Aug  6 20:18:08 2009
+++ bin/mvn	Mon Aug 24 01:28:30 2009
@@ -41,8 +41,8 @@ while [ "$1" != "" ] ; do
 
 done
 
-if [ -f /etc/mavenrc ] ; then
-  . /etc/mavenrc
+if [ -f %%SYSCONFDIR%%/maven/maven.rc ] ; then
+  . %%SYSCONFDIR%%/maven/maven.rc
 fi
 
 if [ -f "$HOME/.mavenrc" ] ; then
