a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
545 B
Makefile
23 lines
545 B
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chgrep
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fast string substitution across multiple files
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake tar:tgz
|
|
|
|
PLIST_FILES= bin/chgrep man/man1/${PORTNAME}.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
|
|
${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|