summaryrefslogtreecommitdiffstats
path: root/textproc/sed_inplace/Makefile
blob: df905fc56dba3ecc32f41704db36d2a2ba52aaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	sed_inplace
# Date created:				17 June 2002
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	sed_inplace
PORTVERSION=	2002.06.28
CATEGORIES=	textproc
MASTER_SITES=	#
DISTFILES=	#

MAINTAINER=	sobomax@FreeBSD.org

NO_WRKSUBDIR=	yes

MAKEFILE=	${PKGDIR}/src/Makefile
MAKE_ENV=	PKGDIR="${PKGDIR}"

.ifdef USE_REINPLACE
.error You have `USE_REINPLACE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500033
#IGNORE=		"is in the base system"
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sed_inplace ${PREFIX}/bin

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud