diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 23:05:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 23:05:08 +0000 |
commit | 5a162009377f5cb3d9fd9f5e0c1837318e4fd470 (patch) | |
tree | d16db526505f45691e1649cced54f437d43b1faa /x11/bgrot | |
parent | 7d81ec99a06dfe0bfb27295b5e4755d93870bdcf (diff) | |
download | ports-5a162009377f5cb3d9fd9f5e0c1837318e4fd470.tar.gz ports-5a162009377f5cb3d9fd9f5e0c1837318e4fd470.zip |
Notes
Diffstat (limited to 'x11/bgrot')
-rw-r--r-- | x11/bgrot/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/bgrot/pkg-plist b/x11/bgrot/pkg-plist index cc155c9ce57d..5a62818383ba 100644 --- a/x11/bgrot/pkg-plist +++ b/x11/bgrot/pkg-plist @@ -3,7 +3,5 @@ bin/bgrandom.pl bin/bgrotman.pl bin/createlist.sh bin/masterlistgen.sh -@unexec if cmp -s %D/etc/bgrot.conf.sample %D/etc/bgrot.conf; then rm -f %D/etc/bgrot.conf; fi -etc/bgrot.conf.sample -@exec if [ ! -f %D/etc/bgrot.conf ] ; then cp -p %D/%F %B/bgrot.conf; fi +@sample etc/bgrot.conf.sample man/man1/bgrot.1.gz |