1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/imerge/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
2014-07-07 15:31:01 +00:00

23 lines
481 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= imerge
PORTVERSION= 0.2.4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
COMMENT= Tool to help merge one file to another interactively
USE_BZIP2= yes
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
MAKEFILE= BSDmakefile
PLIST_FILES= bin/imerge \
man/man1/imerge.1.gz
.include <bsd.port.mk>