svn commit: r337242 - head/benchmarks/forkbomb

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 23 13:58:59 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list