diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-17 08:57:51 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-17 08:57:51 +0000 |
commit | fa3a17c064e297850f0b1015d83b1c888a00ab3c (patch) | |
tree | c3c7db59ec25cc053624401e8f85e762c1460b28 /print/fpdf/Makefile | |
parent | security/openssl_tpm-engine: explicitly link libcrypto (diff) |
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. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=362126
Diffstat (limited to 'print/fpdf/Makefile')
-rw-r--r-- | print/fpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index d2d48a231a3a..cc7161b57396 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org -COMMENT= A free PHP class to generate PDF files with pure PHP +COMMENT= Free PHP class to generate PDF files with pure PHP USE_PHP= zlib |