Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 13:58:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337242 - head/benchmarks/forkbomb
Message-ID:  <201312231358.rBNDwxgA087035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 23 13:58:59 2013
New Revision: 337242
URL: http://svnweb.freebsd.org/changeset/ports/337242

Log:
  - Support staging

Modified:
  head/benchmarks/forkbomb/Makefile

Modified: head/benchmarks/forkbomb/Makefile
==============================================================================
--- head/benchmarks/forkbomb/Makefile	Mon Dec 23 13:58:43 2013	(r337241)
+++ head/benchmarks/forkbomb/Makefile	Mon Dec 23 13:58:59 2013	(r337242)
@@ -4,15 +4,13 @@
 PORTNAME=	forkbomb
 PORTVERSION=	1.4
 CATEGORIES=	benchmarks
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
+MASTER_SITES=	SUNSITE/system/benchmark \
 		http://home.tiscali.cz:8080/~cz210552/distfiles/
-MASTER_SITE_SUBDIR=	system/benchmark
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	System stress testing tool
 
-MAN8=		forkbomb.8
-PLIST_FILES=	sbin/forkbomb
+PLIST_FILES=	sbin/forkbomb \
+		man/man8/forkbomb.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231358.rBNDwxgA087035>