svn commit: r302896 - head/net/openldap23-server

Doug Barton dougb at FreeBSD.org
Tue Aug 21 20:07:08 UTC 2012


Author: dougb
Date: Tue Aug 21 20:07:07 2012
New Revision: 302896
URL: http://svn.freebsd.org/changeset/ports/302896

Log:
  Fix post r302141: This port defines an optional file in USE_RC_SUBR, chase
  the definition of the file name in the variable to match the lack of .sh

Modified:
  head/net/openldap23-server/Makefile

Modified: head/net/openldap23-server/Makefile
==============================================================================
--- head/net/openldap23-server/Makefile	Tue Aug 21 20:05:52 2012	(r302895)
+++ head/net/openldap23-server/Makefile	Tue Aug 21 20:07:07 2012	(r302896)
@@ -356,7 +356,7 @@ LIB_DEPENDS+=		slp.1:${PORTSDIR}/net/ope
 .endif
 
 .if defined(WANT_OPENLDAP_THREADS) && !defined(WITHOUT_SLURPD)
-SLURPDSH=		slurpd.sh
+SLURPDSH=		slurpd
 PLIST_SUB+=		SLURPD=""
 .else
 PLIST_SUB+=		SLURPD="@comment "



More information about the svn-ports-head mailing list