mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
168f57451a
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)
16 lines
317 B
Makefile
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>
|