mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/forkbomb: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
9d81da9e2b
commit
87414bbfd1
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= forkbomb
|
PORTNAME= forkbomb
|
||||||
PORTVERSION= 1.4
|
PORTVERSION= 1.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
MASTER_SITES= SUNSITE/system/benchmark \
|
MASTER_SITES= SUNSITE/system/benchmark \
|
||||||
http://home.tiscali.cz:8080/~cz210552/distfiles/
|
http://home.tiscali.cz:8080/~cz210552/distfiles/
|
||||||
|
@ -12,6 +12,9 @@ WWW= http://home.tiscali.cz/~cz210552/forkbomb.html
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
|
|
||||||
PLIST_FILES= sbin/forkbomb \
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue