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:
parent
76e713b4cf
commit
71eff777ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27150
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user