diff options
author | minskim <minskim> | 2004-12-28 08:55:31 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-28 08:55:31 +0000 |
commit | a56d67559b7227d8c1c39ed4386e1c91b0d17432 (patch) | |
tree | 27d05975e26bf94a2ee6c708c583450d8376735c /sysutils/amanda-common | |
parent | 0de2133782553777f0a30f6376d629def7140cab (diff) | |
download | pkgsrc-a56d67559b7227d8c1c39ed4386e1c91b0d17432.tar.gz |
Use ROOT_USER instead of hardcoding root.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 643cfc22f97..96d6e071342 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2004/11/20 23:10:32 kim Exp $ +# $NetBSD: Makefile.common,v 1.15 2004/12/28 09:06:42 minskim Exp $ # # common make file fragment shared by all amanda-* pkgs. # @@ -31,7 +31,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER} CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP} -CONFIGURE_ARGS+= --with-owner=root +CONFIGURE_ARGS+= --with-owner=${ROOT_USER} CONFIGURE_ARGS+= --with-mmap CONFIGURE_ARGS+= --with-amandahosts CONFIGURE_ARGS+= --with-tmpdir=${AMANDA_TMP} |