diff options
-rw-r--r-- | misc/rfc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index 0236a1bbd67d..1f91155453b5 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -7,10 +7,11 @@ PORTNAME= rfc PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ -MAINTAINER= sean-freebsd@farley.org +MAINTAINER= scf@FreeBSD.org COMMENT= Perl script to search for RFC's RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m @@ -24,6 +25,8 @@ PLIST_FILES= bin/rfc \ do-configure: @${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \ s|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap| ; \ + s|400k|1024k| ; \ + s|http://ftp.isi.edu/in-notes|http://www.ietf.org/rfc| ; \ s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}-${PORTVERSION} do-install: |