diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch) | |
tree | 8b423bf71fff78a00604f3c63e5c97500c8a780a /misc/rfc/Makefile | |
parent | 3e84456d0e9ec790ccd9350f80ea60af92eb7d68 (diff) |
Notes
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} |