mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# New ports collection makefile for: replaceit
|
|
# Date created: Fri Aug 17 20:15:02 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= replaceit
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://pldaniels.com/replaceit/
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
COMMENT= A light replacement to the combination of sed/awk/grep/head/tail
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|