diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-10 09:41:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-10 09:41:20 +0000 |
commit | 892abe2b7e333154ccb6f29743bfa37981c3abdd (patch) | |
tree | ddd48c8dd0547513d274e8520fa0d565ab5646c3 /sysutils/wemux | |
parent | 711ee07f12ada1db1db771626d9dde2b1a74d6bf (diff) | |
download | ports-892abe2b7e333154ccb6f29743bfa37981c3abdd.tar.gz ports-892abe2b7e333154ccb6f29743bfa37981c3abdd.zip |
Notes
Diffstat (limited to 'sysutils/wemux')
-rw-r--r-- | sysutils/wemux/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/wemux/pkg-plist b/sysutils/wemux/pkg-plist index 3d8cb897320d..b904ba0d165e 100644 --- a/sysutils/wemux/pkg-plist +++ b/sysutils/wemux/pkg-plist @@ -1,4 +1,2 @@ bin/wemux -@unexec if cmp -s %D/etc/wemux.conf %D/etc/wemux.conf.example ; then rm -f %D/etc/wemux.conf ; fi -etc/wemux.conf.example -@exec if [ ! -f %D/etc/wemux.conf ]; then cp -p %D/%F %B/wemux.conf; fi +@sample etc/wemux.conf.example etc/wemux.conf |