aboutsummaryrefslogtreecommitdiff
path: root/net/iplog
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/iplog
parent3ff37e385bb15e608586b24278ba3dde9ea57151 (diff)
downloadports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz
ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip
Notes
Diffstat (limited to 'net/iplog')
-rw-r--r--net/iplog/Makefile3
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: