diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 17:25:40 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 17:25:40 -0400 |
commit | 846174da30ba5e96c6537a1a5c88666b3120177b (patch) | |
tree | 14d3c35b4e7a317c0e776e1c5f1009df331b5e88 /packaging/freebsd/pkg-plist | |
parent | 46cb105f343f7e9e97be60dcf32fae50a1463c29 (diff) |
reorganizing FreeBSD port to make it clearer where it in /usr/ports and to make it easier to rebuild the port
Diffstat (limited to 'packaging/freebsd/pkg-plist')
-rw-r--r-- | packaging/freebsd/pkg-plist | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packaging/freebsd/pkg-plist b/packaging/freebsd/pkg-plist deleted file mode 100644 index 04a704a..0000000 --- a/packaging/freebsd/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -sbin/monkeysphere-server -share/doc/monkeysphere/TODO -share/doc/monkeysphere/MonkeySpec -share/doc/monkeysphere/getting-started-user.mdwn -share/doc/monkeysphere/getting-started-admin.mdwn -bin/openpgp2ssh -bin/monkeysphere-ssh-proxycommand -bin/monkeysphere -share/monkeysphere/common -@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-server.conf.sample %D/etc/monkeysphere/monkeysphere-server.conf; then rm -f %D/etc/monkeysphere/monkeysphere-server.conf; fi -etc/monkeysphere/monkeysphere-server.conf.sample -@exec if [ ! -f %D/etc/monkeysphere/monkeysphere-server.conf ] ; then cp -p %D/%F %B/monkeysphere-server.conf; fi -@dirrm share/doc/monkeysphere -@dirrm share/monkeysphere -@dirrm etc/monkeysphere |