diff options
author | shattered <shattered> | 2011-06-26 14:24:55 +0000 |
---|---|---|
committer | shattered <shattered> | 2011-06-26 14:24:55 +0000 |
commit | b770557b4deb305cb8b9c92fcbd1666467f027e7 (patch) | |
tree | daaca38785c9da70080d01ddc7a51355e3779339 /sysutils | |
parent | 2a0f984f65370154b4ddc789fe7624030d70687d (diff) | |
download | pkgsrc-b770557b4deb305cb8b9c92fcbd1666467f027e7.tar.gz |
REPLACE_PERL in src/cats/make_catalog_backup.pl.in
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 0ce46b70d4d..64ffe666c6a 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/06/10 21:57:09 obache Exp $ +# $NetBSD: Makefile,v 1.37 2011/06/26 14:24:55 shattered Exp $ PKGREVISION= 1 @@ -33,6 +33,8 @@ CONF_FILES+= ${EXAMPLESDIR}/bacula-sd.conf ${PKG_SYSCONFDIR}/bacula-sd.conf RCD_SCRIPTS= bacula bacula-dir bacula-sd bacula-fd +REPLACE_PERL+= src/cats/make_catalog_backup.pl.in + .include "Makefile.common" post-install: |