$OpenBSD: patch-bin_mvn,v 1.3 2013/02/06 17:46:44 jasper Exp $
--- bin/mvn.orig	Mon Feb  4 22:39:01 2013
+++ bin/mvn	Mon Feb  4 22:40:16 2013
@@ -36,8 +36,8 @@
 
 if [ -z "$MAVEN_SKIP_RC" ] ; then
 
-  if [ -f /etc/mavenrc ] ; then
-    . /etc/mavenrc
+  if [ -f %%SYSCONFDIR%%/mavenrc ] ; then
+    . %%SYSCONFDIR%%/mavenrc
   fi
 
   if [ -f "$HOME/.mavenrc" ] ; then
