1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/atop/pkg-plist
Danilo Egea Gondolfo 75a0fa7782 - Update from 2.0.2.b2 to 2.0.2.b3
while here
- Add stage support

PR:		ports/185806
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2014-01-19 00:09:37 +00:00

8 lines
174 B
Plaintext

bin/atop
bin/atopsar
man/man1/atop.1.gz
man/man1/atopsar.1.gz
man/man5/atoprc.5.gz
@exec if [ ! -d %%LOGDIR%% ] ; then mkdir %%LOGDIR%% ; fi
@unexec rmdir %%LOGDIR%% || true