1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/editors/bpatch/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

19 lines
371 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= bpatch
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Hex editor that doesn't load the whole file at once
NO_WRKSUBDIR= yes
PLIST_FILES= bin/bpatch \
man/man1/bpatch.1.gz
.include <bsd.port.mk>