aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 11:58:50 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 12:03:02 +0000
commit87414bbfd1d98328c3c98a3b5291d5fec3c37539 (patch)
treead17a0a52ff56ab77b157871a81c67dfc7f93c47
parent9d81da9e2bc01ce13fd0d616b77cf9a818c769b1 (diff)
downloadports-87414bbfd1d98328c3c98a3b5291d5fec3c37539.tar.gz
ports-87414bbfd1d98328c3c98a3b5291d5fec3c37539.zip
benchmarks/forkbomb: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--benchmarks/forkbomb/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index 1e8423e10b3f..ce67f8166219 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= forkbomb
PORTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= SUNSITE/system/benchmark \
http://home.tiscali.cz:8080/~cz210552/distfiles/
@@ -12,6 +12,9 @@ WWW= http://home.tiscali.cz/~cz210552/forkbomb.html
LICENSE= PD
PLIST_FILES= sbin/forkbomb \
- man/man8/forkbomb.8.gz
+ share/man/man8/forkbomb.8.gz
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|man/man8|share/man/man8|' ${WRKSRC}/Makefile
.include <bsd.port.mk>