summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-05-25 19:20:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-05-25 19:20:08 +0000
commit97c482d01c08b53a0796a86824ac8dd22eb4e993 (patch)
treef5d9bbd6041b8661fa9e247a7d24db691f253595 /security/cyrus-sasl2
parentgraphics/kooka: reinstate port from r323747 (diff)
Fix sanity for cyrus-sasl2 plugins
Notes
Notes: svn path=/head/; revision=502625
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index e961ea13f346..b6d98cd9f771 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -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}