Date: Sat, 7 Aug 2004 16:40:25 GMT From: Thomas-Martin Seck <tmseck@netcologne.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70111: [Maintainer] www/gatling: install manpage, add to ftp and ipv6 categories Message-ID: <200408071640.i77GePDj023175@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70111; it has been noted by GNATS. From: Thomas-Martin Seck <tmseck@netcologne.de> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/70111: [Maintainer] www/gatling: install manpage, add to ftp and ipv6 categories Date: Sat, 7 Aug 2004 18:33:13 +0200 * Thomas-Martin Seck (tmseck@netcologne.de): > Sorry, the manpage belongs to section 8, at least on FreeBSD if I > understand intro(8) correctly. > > Please apply this patch, files/patch-gatling.1 is not needed: > Sigh. It's too muggy today. This is the correct patch (fixed MANnPREFIX): Index: Makefile =================================================================== --- Makefile (.../www/gatling) (revision 169) +++ Makefile (.../local/gatling) (revision 169) @@ -7,7 +7,8 @@ PORTNAME= gatling PORTVERSION= 0.5 -CATEGORIES= www benchmarks +PORTREVISION= 1 +CATEGORIES= www benchmarks ftp ipv6 MASTER_SITES= http://dl.fefe.de/ MAINTAINER= tmseck@netcologne.de @@ -24,6 +25,7 @@ bin= dl gatling examples= run-gatling examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} +MAN8= gatling.1 .if !defined(NOPORTDOCS) PORTDOCS= CHANGES README README.ftp README.http README.performance \ README.prefetch README.proxy README.redirect @@ -48,6 +50,7 @@ cd ${WRKSRC} && ${INSTALL_PROGRAM} ${bin} ${PREFIX}/bin ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_SCRIPT} ${examples} ${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_MAN} ${MAN8} ${MAN8PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408071640.i77GePDj023175>