svn commit: r304874 - head/www/fusionpbx

Olli Hauer ohauer at FreeBSD.org
Wed Sep 26 04:39:31 UTC 2012


Author: ohauer
Date: Wed Sep 26 04:39:30 2012
New Revision: 304874
URL: http://svn.freebsd.org/changeset/ports/304874

Log:
  - remove dead code from Makefile
  
  PR:		ports/172074
  Submitted by:	ohauer
  Approved by:	Richard E Neese <r.neese at gmail.com> (maintainer)

Modified:
  head/www/fusionpbx/Makefile

Modified: head/www/fusionpbx/Makefile
==============================================================================
--- head/www/fusionpbx/Makefile	Wed Sep 26 03:18:26 2012	(r304873)
+++ head/www/fusionpbx/Makefile	Wed Sep 26 04:39:30 2012	(r304874)
@@ -37,14 +37,6 @@ PDOMYSQL_DESC=	Install MySQL PDO Connect
 
 .include <bsd.port.options.mk>
 
-.for opt in ${ALL_OPTIONS}
-.if ${PORT_OPTIONS:M${opt}}
-PLIST_SUB+=	${opt}=""
-.else
-PLIST_SUB+=	${opt}="@comment "
-.endif
-.endfor
-
 .if ${PORT_OPTIONS:MPDOPGSQL}
 USE_PGSQL=	yes
 USE_PHP+=	pgsql pdo_pgsql



More information about the svn-ports-all mailing list