svn commit: r502625 - head/security/cyrus-sasl2

Antoine Brodin antoine at FreeBSD.org
Sat May 25 19:20:10 UTC 2019


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}
 


More information about the svn-ports-all mailing list