summaryrefslogtreecommitdiff
path: root/sysutils/bacula-clientonly
diff options
context:
space:
mode:
authorghen <ghen>2008-01-08 16:52:20 +0000
committerghen <ghen>2008-01-08 16:52:20 +0000
commit379b7d93c251ce41f0d43443088b0a087b968319 (patch)
tree8f78741ddfb0032677a68dab6e67183d1ba15b98 /sysutils/bacula-clientonly
parent270842fb6ee1fbb710b37f46b5c37c6dc0048bb7 (diff)
downloadpkgsrc-379b7d93c251ce41f0d43443088b0a087b968319.tar.gz
Move the dvd-handler python script from libexec/bacula to share/examples/bacula
to quiet CHECK_INTERPRETER (I don't want to add python as a dependency for that one script). Bump PKGREVISION for bacula and bacula-clientonly.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r--sysutils/bacula-clientonly/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile
index d193b79b0c2..701c05e9608 100644
--- a/sysutils/bacula-clientonly/Makefile
+++ b/sysutils/bacula-clientonly/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/01/04 14:32:50 ghen Exp $
+# $NetBSD: Makefile,v 1.8 2008/01/08 16:52:20 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
+PKGREVISION= 1
COMMENT= The Network Backup Solution (client only)
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
@@ -28,4 +29,7 @@ RCD_SCRIPTS= bacula-fd
PLIST_SRC+= ${.CURDIR}/../../sysutils/bacula/PLIST.common_end
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/scripts/dvd-handler ${DESTDIR}${EXAMPLESDIR}
+
.include "../../mk/bsd.pkg.mk"