aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-12-23 21:58:59 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-12-23 21:58:59 +0800
commitcf2d2fa9a37aa535d2097b3f14b159be909dd17b (patch)
tree2e500fdf0c08e9cddf347bee22ddb99f176e991c /benchmarks
parentcaa778330c12b5fdbc3877c136eaf5c1d7e8eb24 (diff)
downloadfreebsd-ports-gnome-cf2d2fa9a37aa535d2097b3f14b159be909dd17b.tar.gz
freebsd-ports-gnome-cf2d2fa9a37aa535d2097b3f14b159be909dd17b.tar.zst
freebsd-ports-gnome-cf2d2fa9a37aa535d2097b3f14b159be909dd17b.zip
- Support staging
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/forkbomb/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index c9bb917d75b1..c7715cae2d38 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -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>