diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 12:45:56 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 12:45:56 +0000 |
commit | 71eff777ae5cec90054f3691b9cd466d280c2a0e (patch) | |
tree | 197c9d2288a84f340abbc505b35c309392a40b5a /misc/rfc | |
parent | 76e713b4cf35c68b64c84641c6e38f17348db097 (diff) | |
download | ports-71eff777ae5cec90054f3691b9cd466d280c2a0e.tar.gz ports-71eff777ae5cec90054f3691b9cd466d280c2a0e.zip |
Notes
Diffstat (limited to 'misc/rfc')
-rw-r--r-- | misc/rfc/Makefile | 3 |
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 |