aboutsummaryrefslogtreecommitdiff
path: root/net/tdetect
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /net/tdetect
parent3ff37e385bb15e608586b24278ba3dde9ea57151 (diff)
downloadports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz
ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip
Notes
Diffstat (limited to 'net/tdetect')
-rw-r--r--net/tdetect/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile
index 30fb3f68db5f..9679f8e57111 100644
--- a/net/tdetect/Makefile
+++ b/net/tdetect/Makefile
@@ -14,12 +14,14 @@ MASTER_SITES= http://sb.123.org/ \
MAINTAINER= shipley@dis.org
+USE_REINPLACE= yes
+
.include <bsd.port.pre.mk>
pre-configure:
- ${PERL} -pi.dist -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h
+ ${REINPLACE_CMD} -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h
.if ${OSVERSION} > 330002
- ${PERL} -pi.orig -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h
+ ${REINPLACE_CMD} -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h
.endif
do-install: