summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-01-01 17:06:12 +0000
committertron <tron@pkgsrc.org>2006-01-01 17:06:12 +0000
commitca6d8eca2fd7833bffae16894f4093e08ce0c934 (patch)
tree0f39cfa6787065a623db8274474b481e024c5c82 /mk
parent6e6205580957920079e2e7fcac7a119538e1b50c (diff)
downloadpkgsrc-ca6d8eca2fd7833bffae16894f4093e08ce0c934.tar.gz
Move entry for "MLDONKEY_GROUP" to correct location.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 07cfb8f1fde..403a8b9cc1b 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.105 2006/01/01 16:11:54 wiz Exp $
+# $NetBSD: mk.conf,v 1.106 2006/01/01 17:06:12 tron Exp $
#
# This file provides default values for variables that may be overridden
@@ -200,11 +200,6 @@ VARBASE?= /var
# Possible: any path
# Default: /usr/X11R6, /usr/openwin for Solaris
-MLDONKEY_GROUP?= mldonkey
-# System group to run mldonkey's core as.
-# Possible: any group name
-# Default: mldonkey
-
#MOTIFBASE?= /usr/X11R6
# Where Motif-2.0-compatible headers and libraries are installed
# on the system.
@@ -1167,6 +1162,11 @@ MAJORDOMO_USER?= majordom
# makeinfo version, also various machine_archs arguments may be set in
# mk/platform/${OPSYS}.mk with the _OPSYS_MAKEINFO_ARGS variable.
+MLDONKEY_GROUP?= mldonkey
+# System group to run mldonkey's core as.
+# Possible: any group name
+# Default: mldonkey
+
MLDONKEY_HOME?= ${VARBASE}/mldonkey
# Directory where mldonkey will keep all configuration files and downloads
# when started with the rc.d script provided in the mldonkey package.