aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-04-13 22:06:44 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-04-13 22:06:44 +0800
commitf91d63f8dc526fc71979381db32046850724935d (patch)
treef6df885551857c81c8662f13af4a9622f1ea84f6
parent0b6524bbea1ee751e800e9adb2f3eed511911da6 (diff)
downloadfreebsd-ports-gnome-f91d63f8dc526fc71979381db32046850724935d.tar.gz
freebsd-ports-gnome-f91d63f8dc526fc71979381db32046850724935d.tar.zst
freebsd-ports-gnome-f91d63f8dc526fc71979381db32046850724935d.zip
Pass maintainer-ship to the submitter of the latest update.
PR: 94531 Submitted by: sean-freebsd@farley.org
-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>