ports/sysutils/chgrep/Makefile
Tobias Kortkamp 5c97fbea8c
*: Spell PORTREVISION correctly
Reported by:	portfmt scan
2024-05-13 14:44:19 +02:00

22 lines
548 B
Makefile

PORTNAME= chgrep
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast string substitution across multiple files
WWW= http://www.bmk-it.com/projects/chgrep/
GNU_CONFIGURE= yes
USES= gmake tar:tgz
PLIST_FILES= bin/chgrep share/man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>