$OpenBSD: patch-bin_mvn,v 1.6 2018/04/23 10:41:52 jasper Exp $
Index: bin/mvn
--- bin/mvn.orig
+++ bin/mvn
@@ -29,8 +29,8 @@
 
 if [ -z "$MAVEN_SKIP_RC" ] ; then
 
-  if [ -f /etc/mavenrc ] ; then
-    . /etc/mavenrc
+  if [ -f ${SYSCONFDIR}/maven/maven.rc ] ; then
+    . ${SYSCONFDIR}/maven/maven.rc
   fi
 
   if [ -f "$HOME/.mavenrc" ] ; then
