From owner-svn-ports-all@FreeBSD.ORG Wed Sep 26 04:39:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 121E3106566C; Wed, 26 Sep 2012 04:39:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B632F8FC08; Wed, 26 Sep 2012 04:39:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8Q4dUh7054298; Wed, 26 Sep 2012 04:39:30 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8Q4dUM0054296; Wed, 26 Sep 2012 04:39:30 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209260439.q8Q4dUM0054296@svn.freebsd.org> From: Olli Hauer Date: Wed, 26 Sep 2012 04:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304874 - head/www/fusionpbx X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 04:39:31 -0000 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 (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 -.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