1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/editors/tweak/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
417 B
Makefile

# Created by: Jille Timmermans (jille@quis.cx)
# $FreeBSD$
PORTNAME= tweak
PORTVERSION= 3.01
CATEGORIES= editors
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Efficient hex editor
PLIST_FILES= bin/tweak \
man/man1/tweak.1.gz
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.mk>