Date: Sat, 25 May 2019 19:20:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502625 - head/security/cyrus-sasl2 Message-ID: <201905251920.x4PJK9Hh034503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat May 25 19:20:08 2019 New Revision: 502625 URL: https://svnweb.freebsd.org/changeset/ports/502625 Log: Fix sanity for cyrus-sasl2 plugins Modified: head/security/cyrus-sasl2/Makefile.common Modified: head/security/cyrus-sasl2/Makefile.common ============================================================================== --- head/security/cyrus-sasl2/Makefile.common Sat May 25 19:08:02 2019 (r502624) +++ head/security/cyrus-sasl2/Makefile.common Sat May 25 19:20:08 2019 (r502625) @@ -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 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251920.x4PJK9Hh034503>