1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/security/monkeysphere/pkg-plist
Jason Helfman 9111cc3f26 - drop invalid post-deinstall target
- move to DOCSDIR/DATADIR in pkg-plist

PR:	ports/166092
Submitted by:	jgh
Approved by:	maintainer timeout ( 14 days )
Feature safe:	yes
2012-03-28 20:43:06 +00:00

50 lines
2.0 KiB
Plaintext

sbin/monkeysphere-host
sbin/monkeysphere-authentication
%%DOCSDIR%%/TODO
%%DOCSDIR%%/MonkeySpec
%%DOCSDIR%%/getting-started-user.mdwn
%%DOCSDIR%%/getting-started-admin.mdwn
bin/openpgp2ssh
bin/pem2openpgp
bin/monkeysphere
%%DATADIR%%/mh/publish_key
%%DATADIR%%/mh/import_key
%%DATADIR%%/mh/set_expire
%%DATADIR%%/mh/diagnostics
%%DATADIR%%/mh/add_hostname
%%DATADIR%%/mh/add_revoker
%%DATADIR%%/mh/revoke_hostname
%%DATADIR%%/mh/revoke_key
%%DATADIR%%/keytrans
%%DATADIR%%/defaultenv
%%DATADIR%%/VERSION
%%DATADIR%%/transitions/0.23
%%DATADIR%%/transitions/README.txt
%%DATADIR%%/ma/list_certifiers
%%DATADIR%%/ma/add_certifier
%%DATADIR%%/ma/update_users
%%DATADIR%%/ma/setup
%%DATADIR%%/ma/remove_certifier
%%DATADIR%%/ma/diagnostics
%%DATADIR%%/common
%%DATADIR%%/m/gen_subkey
%%DATADIR%%/m/ssh_proxycommand
%%DATADIR%%/m/subkey_to_ssh_agent
%%DATADIR%%/m/import_subkey
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere.conf.sample %D/etc/monkeysphere/monkeysphere.conf; then rm -f %D/etc/monkeysphere/monkeysphere.conf; fi
etc/monkeysphere/monkeysphere.conf.sample
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere.conf ] ; then cp -p %D/%F %B/monkeysphere.conf; fi
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere-host.conf.sample %D/etc/monkeysphere/monkeysphere-host.conf; then rm -f %D/etc/monkeysphere/monkeysphere-host.conf; fi
etc/monkeysphere/monkeysphere-host.conf.sample
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere-host.conf ] ; then cp -p %D/%F %B/monkeysphere-host.conf; fi
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere-authentication.conf.sample %D/etc/monkeysphere/monkeysphere-authentication.conf; then rm -f %D/etc/monkeysphere/monkeysphere-authentication.conf; fi
etc/monkeysphere/monkeysphere-authentication.conf.sample
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere-authentication.conf ] ; then cp -p %D/%F %B/monkeysphere-authentication.conf; fi
@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/transitions
@dirrm %%DATADIR%%/mh
@dirrm %%DATADIR%%/ma
@dirrm %%DATADIR%%/m
@dirrm %%DATADIR%%
@dirrm etc/monkeysphere