mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
75a0fa7782
while here - Add stage support PR: ports/185806 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
8 lines
174 B
Plaintext
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
|