summaryrefslogtreecommitdiff
path: root/misc/rfc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-04-13 14:06:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-04-13 14:06:44 +0000
commitf8fc63bdd4b388f52bb698f5744d4f2ced4392b2 (patch)
treeadfdac9c8a1a1900714d02a29c3d087006ed5939 /misc/rfc
parentNote the change in the default data directory of security/tor-devel (diff)
Pass maintainer-ship to the submitter of the latest update.
PR: 94531 Submitted by: sean-freebsd@farley.org
Notes
Notes: svn path=/head/; revision=159420
Diffstat (limited to 'misc/rfc')
-rw-r--r--misc/rfc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile
index 8b284af7fcd3..0236a1bbd67d 100644
--- a/misc/rfc/Makefile
+++ b/misc/rfc/Makefile
@@ -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>