diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rfc/Makefile | 8 | ||||
-rw-r--r-- | misc/rfc/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index ceabcb369998..bec0a58a1fda 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: rfc -# Version required: 1.8 +# Version required: 2.0 # Date created: 05 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # @@ -7,13 +7,15 @@ # DISTNAME= rfc -PKGNAME= rfc-1.8 +PKGNAME= rfc-2.0 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ EXTRACT_SUFX= MAINTAINER= jedgar@fxp.org +RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx + NO_WRKSUBDIR= yes NO_BUILD= yes @@ -23,7 +25,7 @@ do-extract: do-configure: @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig - @${SED} -e 's|/etc|${PREFIX}/etc|' \ + @${SED} -e 's|/etc/rfc|${PREFIX}/etc/rfc|' -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' \ < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} do-install: diff --git a/misc/rfc/distinfo b/misc/rfc/distinfo index 21e342a73185..62a5a6a6f3f8 100644 --- a/misc/rfc/distinfo +++ b/misc/rfc/distinfo @@ -1 +1 @@ -MD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc +MD5 (rfc) = 96df9ac52eccfa0bce7abc24e7bcc341 |