From owner-svn-ports-all@FreeBSD.ORG Sun Sep 23 18:46:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34263106564A; Sun, 23 Sep 2012 18:46:09 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 201758FC0A; Sun, 23 Sep 2012 18:46:09 +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 q8NIk815054514; Sun, 23 Sep 2012 18:46:08 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8NIk8k3054512; Sun, 23 Sep 2012 18:46:08 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201209231846.q8NIk8k3054512@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 23 Sep 2012 18:46:08 +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: r304762 - 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: Sun, 23 Sep 2012 18:46:09 -0000 Author: rakuco Date: Sun Sep 23 18:46:08 2012 New Revision: 304762 URL: http://svn.freebsd.org/changeset/ports/304762 Log: - Fix the use of ${PORT_OPTIONS} after r304757. - Remove a few PLIST_SUB entries which are not used. PR: ports/171785 Submitted by: ohauer@ via private mail Modified: head/www/fusionpbx/Makefile Modified: head/www/fusionpbx/Makefile ============================================================================== --- head/www/fusionpbx/Makefile Sun Sep 23 18:35:49 2012 (r304761) +++ head/www/fusionpbx/Makefile Sun Sep 23 18:46:08 2012 (r304762) @@ -38,7 +38,7 @@ PDOMYSQL_DESC= Install MySQL PDO Connect .include .for opt in ${ALL_OPTIONS} -.if $(PORT_OPTIONS:M${opt}) +.if ${PORT_OPTIONS:M${opt}} PLIST_SUB+= ${opt}="" .else PLIST_SUB+= ${opt}="@comment " @@ -48,13 +48,11 @@ PLIST_SUB+= ${opt}="@comment " .if ${PORT_OPTIONS:MPDOPGSQL} USE_PGSQL= yes USE_PHP+= pgsql pdo_pgsql -PLIST_SUB+= WITH_PDOPGSQL="" .endif .if ${PORT_OPTIONS:MPDOMYSQL} USE_MYSQL= client USE_PHP+= mysql pdo_mysql -PLIST_SUB+= WITH_PDOMYSQL="" .endif do-install: