diff --git a/abuild.conf.in b/abuild.conf.in
index f12261cb79182540e5ebe342ce1d221b78f53237..5db5a6ca5d52bf69d67e21b40889b3666b81c973 100644
--- a/abuild.conf.in
+++ b/abuild.conf.in
@@ -24,3 +24,6 @@
 
 # what to cleanup after a failed build
 #ERROR_CLEANUP="bldroot deps"
+
+# uncomment to prevent using global cache directories for Go and Cargo
+#MOVE_CACHES=1
diff --git a/default.conf b/default.conf
index 3bba6c4e33cc73792f5a1f1e5436c54cd8d5f245..e4abe6b0b71ffbdf0041d991451623b0e0f8fe22 100644
--- a/default.conf
+++ b/default.conf
@@ -30,16 +30,8 @@ SRCDEST=/var/cache/distfiles
 # where $repo is the name of the parent directory of $startdir.
 REPODEST=$HOME/packages/
 
-# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
-# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
-#PACKAGER="Your Name <your@email.address>"
-#MAINTAINER="$PACKAGER"
-
 # what to clean up after a successful build
 CLEANUP="srcdir bldroot pkgdir deps"
 
 # what to cleanup after a failed build
 ERROR_CLEANUP="bldroot deps"
-
-# uncomment to prevent using global cache directories for Go and Cargo
-#MOVE_CACHES=1