summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorriastradh <riastradh>2013-01-19 20:51:13 +0000
committerriastradh <riastradh>2013-01-19 20:51:13 +0000
commitbf6ff369dae0173dbd436044ccadcafd0ff7b856 (patch)
treeee98b1c298657aed3c9520ed8016dbbcb287b5cf /sysutils
parentb0e503050f64aa2a3c873f05baf3be76c3a16035 (diff)
downloadpkgsrc-bf6ff369dae0173dbd436044ccadcafd0ff7b856.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: