svn commit: r382170 - head/mail/dovecot2

Adam Weinberger adamw at FreeBSD.org
Tue Mar 24 20:56:03 UTC 2015


Author: adamw
Date: Tue Mar 24 20:56:02 2015
New Revision: 382170
URL: https://svnweb.freebsd.org/changeset/ports/382170
QAT: https://qat.redports.org/buildarchive/r382170/

Log:
  Fix installation when DOCS is disabled.

Modified:
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Tue Mar 24 20:20:30 2015	(r382169)
+++ head/mail/dovecot2/Makefile	Tue Mar 24 20:56:02 2015	(r382170)
@@ -34,7 +34,8 @@ USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-statedir=/var/db/dovecot \
-		--without-shadow
+		--without-shadow \
+		--with-docs
 
 USE_LDCONFIG=	${PREFIX}/lib/dovecot
 INSTALL_TARGET=	install-strip
@@ -60,8 +61,6 @@ GSSAPI_BASE_DESC=	Use GSSAPI from base
 GSSAPI_HEIMDAL_DESC=	Use Heimdal GSSAPI from security/heimdal
 GSSAPI_MIT_DESC=	Use MIT GSSAPI from security/krb5
 
-DOCS_CONFIGURE_WITH=	docs
-
 GSSAPI_NONE_CONFIGURE_ON=	--without-gssapi
 GSSAPI_BASE_USES=		gssapi
 GSSAPI_BASE_CONFIGURE_ON=	--with-gssapi ${GSSAPI_CONFIGURE_ARGS}


More information about the svn-ports-head mailing list