svn commit: r302843 - head/net/freeswitch-core-devel

Jason Helfman jgh at FreeBSD.org
Tue Aug 21 05:33:22 UTC 2012


Author: jgh
Date: Tue Aug 21 05:33:21 2012
New Revision: 302843
URL: http://svn.freebsd.org/changeset/ports/302843

Log:
  - fix MODFREETDM ports option
  
  PR:	170808
  Submitted by:	Artis.Caune at gmail.com
  Approved by:	maintainer, r.neese at gmail.com

Modified:
  head/net/freeswitch-core-devel/Makefile

Modified: head/net/freeswitch-core-devel/Makefile
==============================================================================
--- head/net/freeswitch-core-devel/Makefile	Tue Aug 21 05:21:04 2012	(r302842)
+++ head/net/freeswitch-core-devel/Makefile	Tue Aug 21 05:33:21 2012	(r302843)
@@ -356,7 +356,7 @@ pre-install:
 	@${CHMOD} 664 ${WRKSRC}/libs/freetdm/conf/*
 	@${MKDIR} ${ETCDIR}/conf
 	@${TOUCH} ${ETCDIR}/conf/.freeswitch-core-devel
-.if ${PORT_OPTIONS:MMODFREETDM)
+.if ${PORT_OPTIONS:MMODFREETDM}
 	@${MKDIR} ${ETCDIR}/conf/autoload_configs
 .endif
 



More information about the svn-ports-head mailing list