From owner-svn-ports-head@FreeBSD.ORG Fri May 15 21:20:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18296B32; Fri, 15 May 2015 21:20:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0791E14FF; Fri, 15 May 2015 21:20:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FLKiRw090668; Fri, 15 May 2015 21:20:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FLKi8n090667; Fri, 15 May 2015 21:20:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505152120.t4FLKi8n090667@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 15 May 2015 21:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386486 - head/www/xpi-adblock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 21:20:45 -0000 Author: mat Date: Fri May 15 21:20:44 2015 New Revision: 386486 URL: https://svnweb.freebsd.org/changeset/ports/386486 Log: Update comments to match code. Noticed by: jbeich Sponsored by: Absolight Modified: head/www/xpi-adblock/Makefile.xpi Modified: head/www/xpi-adblock/Makefile.xpi ============================================================================== --- head/www/xpi-adblock/Makefile.xpi Fri May 15 21:20:20 2015 (r386485) +++ head/www/xpi-adblock/Makefile.xpi Fri May 15 21:20:44 2015 (r386486) @@ -13,9 +13,10 @@ # - These should all be set manually for port to be functional. See # ${PORTSDIR}/Mk/bsd.port.mk for details. # MASTER_SITES - This should be set if port is unavailable at the default site. -# Default (defined below): ${MASTER_SITE_MOZILLA_ADDONS} -# MASTER_SITE_SUBDIR -# - Default: extensions/${PORTNAME} +# Default (defined below): +# MOZILLA_ADDONS/addons/${XPI_NUM} +# or +# MOZILLA_ADDONS/extensions/${XPI_DISTNAME} # LATEST_LINK - Default: ${PKGBASE:S/_//g} # XPI_LIBDIR - Name of the directory to install extensions in. # Default: ${PREFIX}/lib/xpi