aboutsummaryrefslogtreecommitdiff
path: root/net/iplog
diff options
context:
space:
mode:
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: