summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2013-01-19 20:51:13 +0000
committerriastradh <riastradh@pkgsrc.org>2013-01-19 20:51:13 +0000
commit1fb0eff89fdc6fa6b804052163f5759de32c5c7a (patch)
treeee98b1c298657aed3c9520ed8016dbbcb287b5cf /sysutils
parent764ccfbf6ef739d13073c5286c6166650ba6b2f4 (diff)
downloadpkgsrc-1fb0eff89fdc6fa6b804052163f5759de32c5c7a.tar.gz
sysutils/bacula needs Perl at run-time.
Replacing it by the build-time Perl tool and skipping the interpreter check doesn't work so well.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index be1f8e6540b..7f684abab66 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2012/12/20 21:42:46 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2013/01/19 20:51:13 riastradh Exp $
-#PKGREVISION= 3
+PKGREVISION= 1
CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]*
@@ -15,6 +15,9 @@ PLIST_SUBST+= BACULA_DB=${BACULA_DB}
MESSAGE_SUBST+= PREFIX=${PREFIX}
MESSAGE_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV}
+# For make_catalog_backup.pl.in.
+USE_TOOLS+= perl:run
+
CONFIGURE_ARGS+= --with-dir-group=${BACULA_GROUP}
CONFIGURE_ARGS+= --with-dir-user=${BACULA_DIR_USER}
CONFIGURE_ARGS+= --with-sd-group=${BACULA_GROUP}
@@ -36,8 +39,6 @@ RCD_SCRIPTS= bacula bacula-dir bacula-sd bacula-fd
REPLACE_PERL+= src/cats/make_catalog_backup.pl.in
-CHECK_INTERPRETER_SKIP= libexec/bacula/make_catalog_backup.pl
-
.include "Makefile.common"
post-install: