ports/70111: [Maintainer] www/gatling: install manpage, add to ftp and ipv6 categories

Thomas-Martin Seck tmseck at netcologne.de
Sat Aug 7 16:40:26 UTC 2004


The following reply was made to PR ports/70111; it has been noted by GNATS.

From: Thomas-Martin Seck <tmseck at netcologne.de>
To: bug-followup at 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 at 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 at 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}



More information about the freebsd-ports-bugs mailing list