mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22d7896c17
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 T-V. CR: D509 Approved by: portmgr (antoine)
16 lines
311 B
Makefile
16 lines
311 B
Makefile
# Created by: Aaron Zauner <az_mail@gmx.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hgrep
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.acme.com/software/hgrep/
|
|
DISTNAME= ${PORTNAME}_04oct1999
|
|
|
|
MAINTAINER= azet@azet.org
|
|
COMMENT= Nice Highlighting Hack for grep
|
|
|
|
WRKSRC= ${WRKDIR}/hgrep
|
|
|
|
.include <bsd.port.mk>
|