Pass maintainer-ship to the submitter of the latest update.

PR:		94531
Submitted by:	sean-freebsd@farley.org
This commit is contained in:
Emanuel Haupt 2006-04-13 14:06:44 +00:00
parent 9128fe5332
commit f8fc63bdd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159420

View file

@ -10,7 +10,7 @@ PORTVERSION= 3.2.3
CATEGORIES= misc
MASTER_SITES= http://www.dewn.com/rfc/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sean-freebsd@farley.org
COMMENT= Perl script to search for RFC's
RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m
@ -27,7 +27,8 @@ do-configure:
s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}-${PORTVERSION}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} \
${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
.include <bsd.port.mk>