Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 19:43:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390319 - head/security/courier-authlib
Message-ID:  <201506221943.t5MJhg9H064238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 22 19:43:42 2015
New Revision: 390319
URL: https://svnweb.freebsd.org/changeset/ports/390319

Log:
  Remove deprecated USE_RCORDER which was already off except if one enforced
  WITH_RCORDER

Modified:
  head/security/courier-authlib/Makefile

Modified: head/security/courier-authlib/Makefile
==============================================================================
--- head/security/courier-authlib/Makefile	Mon Jun 22 19:41:19 2015	(r390318)
+++ head/security/courier-authlib/Makefile	Mon Jun 22 19:43:42 2015	(r390319)
@@ -152,11 +152,7 @@ do-build:	#empty
 .else	# !defined(PKGNAMESUFFIX)
 
 .if ${AUTHMOD} == authbase
-.if defined(WITH_RCORDER)
-USE_RCORDER=	courier-authdaemond
-.else
 USE_RC_SUBR=	courier-authdaemond
-.endif
 
 pre-everything::
 	@${ECHO_CMD}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221943.t5MJhg9H064238>