Fix sanity for cyrus-sasl2 plugins

This commit is contained in:
Antoine Brodin 2019-05-25 19:20:08 +00:00
parent d9a69747a7
commit 97c482d01c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502625

View file

@ -84,8 +84,6 @@ CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
CPPFLAGS+= -fPIC
.endif
PORTDOCS= *
.if ${CYRUS_BUILD_TARGET} == "cyrus-sasl"
.if ${PORT_OPTIONS:MBDB1}
@ -105,6 +103,7 @@ SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} \
PLIST_SUB+= PREFIX=${PREFIX} \
SASLDB=${SASLDB}
PORTDOCS= *
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
@ -136,6 +135,7 @@ RUNPATH= "@comment "
PLIST_SUB+= PREFIX=${PREFIX} \
RUNPATH=${RUNPATH}
PORTDOCS= *
SUB_LIST+= SASLAUTHD_RUNPATH=${SASLAUTHD_RUNPATH}