diff options
Diffstat (limited to 'sysutils/amanda-common/Makefile')
-rw-r--r-- | sysutils/amanda-common/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 01cc1ef142a..68f32eed3d6 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/23 17:03:41 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/25 15:54:00 bouyer Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -12,16 +12,21 @@ HOMEPAGE= http://www.amanda.org/ DEPENDS+= addnerd-1.6:../../sysutils/addnerd +.include "../../mk/bsd.prefs.mk" AMANDA_USER?= backup AMANDA_GROUP= operator +AMANDA_VAR?= /var/amanda USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-group=${AMANDA_GROUP} \ + --with-owner=root \ --with-mmap --with-amandahosts \ --with-includes=${PREFIX}/include \ --with-libraries=${PREFIX}/lib \ + --localstatedir=${AMANDA_VAR} \ + --with-gnutar-listdir=${AMANDA_VAR}/gnutar-lists \ --with-dump-honor-nodump \ --without-server --without-restore --without-client |