1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Use w3m instead of lynx as the default browser since lynx is still

marked as forbidden.

Submitted by:	Tony Maher <Tony.Maher@eBioinformatics.com>
This commit is contained in:
Chris D. Faulhaber 2000-03-30 12:45:56 +00:00
parent 76e713b4cf
commit 71eff777ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27150

View File

@ -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