From 71eff777ae5cec90054f3691b9cd466d280c2a0e Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Thu, 30 Mar 2000 12:45:56 +0000 Subject: Use w3m instead of lynx as the default browser since lynx is still marked as forbidden. Submitted by: Tony Maher --- misc/rfc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index f8b72be30996..2441e953ffe6 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= MAINTAINER= jedgar@FreeBSD.org -RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx +RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m NO_WRKSUBDIR= yes NO_BUILD= yes @@ -26,6 +26,7 @@ do-extract: do-configure: @${PERL} -pi.orig -e 's|/etc/rfc|${PREFIX}/etc/rfc|' ${WRKDIR}/${DISTNAME} @${PERL} -pi.orig -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' ${WRKDIR}/${DISTNAME} + @${PERL} -pi.orig -e 's|lynx|w3m|' ${WRKDIR}/${DISTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc -- cgit v1.2.3