diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /net/tdetect/Makefile | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) |
Notes
Diffstat (limited to 'net/tdetect/Makefile')
-rw-r--r-- | net/tdetect/Makefile | 6 |
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: |