aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos17-server
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-05-13 17:58:16 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-05-13 17:58:16 +0000
commit072efe06b8b647494c0df3de086b5f0220812aeb (patch)
treebe7cf460ec4e67119c2d8759f65cdd72a9cde80e /sysutils/bareos17-server
parent71c3f39aa7fff449fab2ca5923d73bfc6d52fe17 (diff)
downloadports-072efe06b8b647494c0df3de086b5f0220812aeb.tar.gz
ports-072efe06b8b647494c0df3de086b5f0220812aeb.zip
- Commit forgotten changes
Notes
Notes: svn path=/head/; revision=535124
Diffstat (limited to 'sysutils/bareos17-server')
-rw-r--r--sysutils/bareos17-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bareos17-server/Makefile b/sysutils/bareos17-server/Makefile
index 5ec268ada47d..b3eb22889200 100644
--- a/sysutils/bareos17-server/Makefile
+++ b/sysutils/bareos17-server/Makefile
@@ -44,7 +44,7 @@ MTX_DESC= Install mtx for control of autochanger devices
NDMP_DESC= Enable build of NDMP support
SCSICRYPTO_DESC= Build LTO AME crypto plugin
-.if ${PKGNAMESUFFIX} == "-server"
+.if ${PKGNAMESUFFIX} == "17-server"
OPTIONS_DEFINE= MTX PYTHON NDMP NLS SCSICRYPTO
OPTIONS_DEFAULT+= PGSQL SCSICRYPTO
OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL
@@ -65,7 +65,7 @@ OPENSSL_CONFIGURE_OFF= --with-openssl="no"
SCSICRYPTO_CONFIGURE_ON= --enable-scsi-crypto=yes
SCSICRYPTO_CONFIGURE_OFF= --enable-scsi-crypto=no
-.if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file
+.if ${PKGNAMESUFFIX} == "17-client" || ${PKGNAMESUFFIX} == "17-server" #Till end of the file
PYTHON_USES= python
PYTHON_CONFIGURE_ON= --with-python=yes
PYTHON_CONFIGURE_OFF= --with-python=no
@@ -233,5 +233,5 @@ post-install:
.endif
.else
.include "${MASTERDIR}/Makefile.common"
-.endif # -client and -server are defined
+.endif # 17-client and 17-server are defined
.include <bsd.port.mk>