diff options
author | pav <pav@FreeBSD.org> | 2010-06-02 23:11:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-02 23:11:37 +0800 |
commit | ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe (patch) | |
tree | 6ea9217b4a95bf4b8cd83b76e906b5e94b20b366 /net-p2p/uhub/pkg-plist | |
parent | 3feb827cfc1513c7d6dc6d843704947aa8ff33e6 (diff) | |
download | freebsd-ports-gnome-ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe.tar.gz freebsd-ports-gnome-ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe.tar.zst freebsd-ports-gnome-ff9d241c4fad1c0641d84f2a8a2bfd6c7c516fbe.zip |
- Update to 0.3.2
PR: ports/147308
Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
Diffstat (limited to 'net-p2p/uhub/pkg-plist')
-rw-r--r-- | net-p2p/uhub/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/uhub/pkg-plist b/net-p2p/uhub/pkg-plist index cd32cbdd4a45..89fd57a93250 100644 --- a/net-p2p/uhub/pkg-plist +++ b/net-p2p/uhub/pkg-plist @@ -8,4 +8,7 @@ etc/uhub/users.conf.sample @unexec if cmp -s %D/etc/uhub/motd.txt.sample %D/etc/uhub/motd.txt; then rm -f %D/etc/uhub/motd.txt; fi etc/uhub/motd.txt.sample @exec if [ ! -f %D/etc/uhub/motd.txt ] ; then cp -p %D/%F %B/uhub/motd.txt; fi +@unexec if cmp -s %D/etc/uhub/rules.txt.sample %D/etc/uhub/rules.txt; then rm -f %D/etc/uhub/rules.txt; fi +etc/uhub/rules.txt.sample +@exec if [ ! -f %D/etc/uhub/rules.txt ] ; then cp -p %D/%F %B/uhub/rules.txt; fi @dirrmtry etc/uhub |