mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
19 lines
417 B
Makefile
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>
|