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/iplog/Makefile | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) |
Notes
Diffstat (limited to 'net/iplog/Makefile')
-rw-r--r-- | net/iplog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile index 6994ebcfe0a4..1cdaac1a2e60 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ojnk MAINTAINER= udo.schweigert@siemens.com USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes MAN5= iplog.conf.5 @@ -24,7 +25,7 @@ MAN8= iplog.8 .include <bsd.port.pre.mk> post-patch: .for file in example-iplog.conf iplog.8 iplog.conf.5 src/iplog.h - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} .endfor post-install: |