diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-13 14:06:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-13 14:06:44 +0000 |
commit | f8fc63bdd4b388f52bb698f5744d4f2ced4392b2 (patch) | |
tree | adfdac9c8a1a1900714d02a29c3d087006ed5939 /misc | |
parent | 9128fe533298536f247fbf4cd37c757ac10e4cba (diff) | |
download | ports-f8fc63bdd4b388f52bb698f5744d4f2ced4392b2.tar.gz ports-f8fc63bdd4b388f52bb698f5744d4f2ced4392b2.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rfc/Makefile | 5 |
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> |