aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-31 18:39:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-31 18:39:14 +0000
commit55551f727bfbce1de84244e095ae8edd46ca8a1c (patch)
tree5dd39f6ace668274c48c29d802aa44218194d4a4 /sysutils/bacula-server
parent7b36dbdff6cff370dbf3e0839cbd461e8007ef4a (diff)
downloadports-55551f727bfbce1de84244e095ae8edd46ca8a1c.tar.gz
ports-55551f727bfbce1de84244e095ae8edd46ca8a1c.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Notes
Notes: svn path=/head/; revision=395717
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r--sysutils/bacula-server/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index f94af749989e..c18b47b9fe72 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bacula
DISTVERSION= 7.0.5
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES?= sysutils
MASTER_SITES= SF/bacula/bacula/${PORTVERSION}
PKGNAMEPREFIX?= #
@@ -12,7 +12,9 @@ PKGNAMESUFFIX?= -server
MAINTAINER= dvl@FreeBSD.org
COMMENT?= Network backup solution (server)
-USES+= libtool
+USES+= libtool shebangfix
+SHEBANG_FILES= scripts/dvd-handler.in
+python_OLD_CMD= @PYTHON@
USE_OPENSSL= yes
CONFLICTS?= bacula5-server-*