freebsd-ports/www/xpi-close-all-tabs/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

19 lines
460 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= close-all-tabs
PORTVERSION= 1.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= Toolbar button to close all open tabs
XPI_DISTNAME= close_all_tabs
XPI_ID= closealltabs@jgadesign.net
XPI_NUM= 2914
XPI_FILES= chrome/closealltabs.jar chrome.manifest install.rdf
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>