diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-10-01 22:28:52 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-10-01 22:28:52 +0000 |
commit | 39c3b5d70cebc5b5c2b8e071244135db7523747e (patch) | |
tree | 71762672288eb982d93ea4f9349d7a4151e7948c /x11-wm/pwm/pkg-plist | |
parent | af876a3e5919521d0e96b49163b32242d49acdb2 (diff) | |
download | ports-39c3b5d70cebc5b5c2b8e071244135db7523747e.tar.gz ports-39c3b5d70cebc5b5c2b8e071244135db7523747e.zip |
Notes
Diffstat (limited to 'x11-wm/pwm/pkg-plist')
-rw-r--r-- | x11-wm/pwm/pkg-plist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/pwm/pkg-plist b/x11-wm/pwm/pkg-plist new file mode 100644 index 000000000000..8525943c62e3 --- /dev/null +++ b/x11-wm/pwm/pkg-plist @@ -0,0 +1,13 @@ +bin/pwm +etc/pwm/buttons-default.conf +etc/pwm/keys-default.conf +etc/pwm/look-beoslike.conf +etc/pwm/look-brownsteel.conf +etc/pwm/menus-default.conf +@unexec if cmp -s %B/sample.conf %B/pwm.conf; then rm -f %B/pwm.conf; fi +etc/pwm/sample.conf +@exec if [ ! -e %B/pwm.conf ]; then cp %B/sample.conf %B/pwm.conf; fi +share/doc/pwm/LICENSE +share/doc/pwm/config.txt +@dirrm share/doc/pwm +@dirrm etc/pwm |