diff options
author | Sean Farley <scf@FreeBSD.org> | 2010-04-15 21:00:21 +0000 |
---|---|---|
committer | Sean Farley <scf@FreeBSD.org> | 2010-04-15 21:00:21 +0000 |
commit | 308e33604b47660b49cddb9f7e33b2a5085a36d3 (patch) | |
tree | bc68b501dcf02597d762bad39daab63470f6c975 | |
parent | 101ea1f1dd1485d8092a02e95ebd5f3ba9c1ad9e (diff) | |
download | ports-308e33604b47660b49cddb9f7e33b2a5085a36d3.tar.gz ports-308e33604b47660b49cddb9f7e33b2a5085a36d3.zip |
Notes
-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: |