Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 04:39:30 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304874 - head/www/fusionpbx
Message-ID:  <201209260439.q8Q4dUM0054296@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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