aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2017-08-31 14:10:27 +0000
committerDan Langille <dvl@FreeBSD.org>2017-08-31 14:10:27 +0000
commitd6aaca08db2d65779100a95c4d1b072ca233151d (patch)
treefa00403bad9e88e9abd2254a944da13346974acc /sysutils
parentac40d3409415910cdb632dc4d45dbd5bfe16204b (diff)
downloadports-d6aaca08db2d65779100a95c4d1b072ca233151d.tar.gz
ports-d6aaca08db2d65779100a95c4d1b072ca233151d.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula9-bat/Makefile4
-rw-r--r--sysutils/bacula9-server/Makefile.common2
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bacula9-bat/Makefile b/sysutils/bacula9-bat/Makefile
index 165e67cf714d..c6da4c4f4f5e 100644
--- a/sysutils/bacula9-bat/Makefile
+++ b/sysutils/bacula9-bat/Makefile
@@ -7,7 +7,7 @@ PKGNAMESUFFIX= 9-bat
COMMENT= Network backup solution (GUI)
LIB_DEPENDS+= libqwt.so:x11-toolkits/qwt5 \
- libbac.so:sysutils/bacula-client
+ libbac.so:sysutils/bacula9-client
USES= pkgconfig
USE_QT4= qmake_build uic_build moc_build rcc_build
@@ -16,7 +16,7 @@ WITH_BAT= yes
PLIST= ${.CURDIR}/pkg-plist
MAKE_ENV+= MAKEOBJDIRPREFIX=/
-MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
+MASTERDIR= ${.CURDIR}/../../sysutils/bacula9-server
CONFIGURE_ARGS+= --enable-bat \
--with-qwt=${LOCALBASE}/lib \
diff --git a/sysutils/bacula9-server/Makefile.common b/sysutils/bacula9-server/Makefile.common
index f1e308ad1673..a4ad34770fed 100644
--- a/sysutils/bacula9-server/Makefile.common
+++ b/sysutils/bacula9-server/Makefile.common
@@ -6,7 +6,7 @@ post-build:
.endif
do-install:
-.if ${PKGNAMESUFFIX} == "-bat"
+.if ${PKGNAMESUFFIX} == "9-bat"
# Install config files and preserve existing ones
${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_SCRIPT} ${WRKSRC}/src/qt-console/bat.conf ${STAGEDIR}${PREFIX}/etc/bacula/bat.conf.sample