1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/misc/rtfm/Makefile
Jimmy Olgeni 168f57451a 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 M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

16 lines
317 B
Makefile

# Created by: Chris Costello <chris@FreeBSD.org>
# $FreeBSD$
PORTNAME= rtfm
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= chris
MAINTAINER= chris@FreeBSD.org
COMMENT= FreeBSD documentation search mechanism
PLIST_FILES= bin/rtfm man/man1/rtfm.1.gz
.include <bsd.port.mk>