summaryrefslogtreecommitdiff
path: root/sysutils/amanda
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-05 14:07:22 +0000
committeragc <agc@pkgsrc.org>1998-06-05 14:07:22 +0000
commit9a8bf1c283a8661341fe7939af853f445f94f792 (patch)
treef20868a130dcee24733fec68adbb48cb0eac8536 /sysutils/amanda
parent1f1a5de5e4c8d6147e2e97e51ea75cc6cd2fd8c2 (diff)
downloadpkgsrc-9a8bf1c283a8661341fe7939af853f445f94f792.tar.gz
Use addnerd, rather than a custom Perl script, to add the user.
Delete the USE_PERL5 definition. Add --with-mmap to the Amanda configuration.
Diffstat (limited to 'sysutils/amanda')
-rw-r--r--sysutils/amanda/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile
index c4c8dc491cb..b53b23ca0da 100644
--- a/sysutils/amanda/Makefile
+++ b/sysutils/amanda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/05/09 15:24:43 frueauf Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/05 14:07:22 agc Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -9,14 +9,15 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
MAINTAINER= packages@netbsd.org
DEPENDS+= readline-2.2:../../devel/readline
+DEPENDS+= addnerd-1.4:../../sysutils/addnerd
RUN_DEPENDS+= gnuplot:../../graphics/gnuplot
RUN_DEPENDS+= gtar:../../archivers/gtar
AMANDA_USER?= backup
-USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=${AMANDA_USER} --with-group=${AMANDA_USER}
+CONFIGURE_ARGS+= --with-mmap
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
@@ -26,7 +27,7 @@ MAN8= amadmin.8 amcheck.8 amdump.8 amflush.8 amlabel.8 \
amrmtape.8 amverify.8
pre-install:
- @${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser ${AMANDA_USER}
+ @${SETENV} ${MAKE_ENV} addnerd ${AMANDA_USER}
post-install:
${LDCONFIG} || ${TRUE}