svn commit: r390319 - head/security/courier-authlib

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 22 19:43:43 UTC 2015


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}


More information about the svn-ports-all mailing list