mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
71ca1ef155
Approved by: crees (maintainer)
22 lines
457 B
Plaintext
22 lines
457 B
Plaintext
bin/cattach
|
|
bin/cdetach
|
|
bin/cmkdir
|
|
bin/cpasswd
|
|
bin/cfssh
|
|
sbin/ccat
|
|
sbin/cfsd
|
|
sbin/cname
|
|
share/doc/cfs/README.install
|
|
share/doc/cfs/notes.ms
|
|
man/man1/cattach.1.gz
|
|
man/man1/cdetach.1.gz
|
|
man/man1/cmkdir.1.gz
|
|
man/man1/cpasswd.1.gz
|
|
man/man1/cfssh.1.gz
|
|
man/man8/ccat.8.gz
|
|
man/man8/cfsd.8.gz
|
|
man/man8/cname.8.gz
|
|
@exec install -d -o root -g wheel -m 0 %%CFSD_BOOTSTRAP%% 2>/dev/null || true
|
|
@unexec rmdir %%CFSD_BOOTSTRAP%% 2>/dev/null || true
|
|
@dirrm share/doc/cfs
|