diff options
Diffstat (limited to 'misc/rfc/Makefile')
-rw-r--r-- | misc/rfc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index fce76d395aac..6d9ed3c530c6 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -15,10 +15,12 @@ MAINTAINER= jedgar@FreeBSD.org RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m NO_BUILD= yes +USE_REINPLACE= yes + MAN1= rfc.1 do-configure: - @${PERL} -pi.orig -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ + @${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap|' \ ${WRKSRC}/${PORTNAME}-${PORTVERSION} |