aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-30 12:45:56 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-30 12:45:56 +0000
commit71eff777ae5cec90054f3691b9cd466d280c2a0e (patch)
tree197c9d2288a84f340abbc505b35c309392a40b5a /misc
parent76e713b4cf35c68b64c84641c6e38f17348db097 (diff)
downloadports-71eff777ae5cec90054f3691b9cd466d280c2a0e.tar.gz
ports-71eff777ae5cec90054f3691b9cd466d280c2a0e.zip
Use w3m instead of lynx as the default browser since lynx is still
marked as forbidden. Submitted by: Tony Maher <Tony.Maher@eBioinformatics.com>
Notes
Notes: svn path=/head/; revision=27150
Diffstat (limited to 'misc')
-rw-r--r--misc/rfc/Makefile3
1 files changed, 2 insertions, 1 deletions
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