freebsd-ports/www/xpi-pdf_download/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
475 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdf_download
PORTVERSION= 3.0.0.3
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= ale@FreeBSD.org
COMMENT= Extension to handle PDF files
XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250}
XPI_NUM= 636
XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \
defaults/preferences/prefs.js
XPI_DIRS= chrome defaults/preferences defaults
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>