svn commit: r538097 - head/mail/courier-imap

Guido Falsi madpilot at FreeBSD.org
Sat Jun 6 15:17:36 UTC 2020


Author: madpilot
Date: Sat Jun  6 15:17:35 2020
New Revision: 538097
URL: https://svnweb.freebsd.org/changeset/ports/538097

Log:
  No need to force location of COURIERAUTHCONFIG. Let configure get it from the PATH.
  
  Forcing it could brake build when using non standard PREFIX.
  
  Reported by:	Mark Dickey <mark at bestweb.net> (via email)

Modified:
  head/mail/courier-imap/Makefile

Modified: head/mail/courier-imap/Makefile
==============================================================================
--- head/mail/courier-imap/Makefile	Sat Jun  6 14:59:48 2020	(r538096)
+++ head/mail/courier-imap/Makefile	Sat Jun  6 15:17:35 2020	(r538097)
@@ -65,8 +65,7 @@ CONFIGURE_ARGS=	--sysconfdir=${CONFDIR} \
 		--enable-unicode \
 		--disable-root-check \
 		--with-locking-method=fcntl \
-		--with-notice=unicode \
-		COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig
+		--with-notice=unicode
 
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls \
 			libgcrypt.so:security/libgcrypt


More information about the svn-ports-all mailing list