Fix sanity for cyrus-sasl2 plugins
This commit is contained in:
parent
d9a69747a7
commit
97c482d01c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502625
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue