diff options
author | ak <ak@FreeBSD.org> | 2014-05-22 19:24:21 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-22 19:24:21 +0000 |
commit | 181e78b653a5614c182468b42b99dea909d51851 (patch) | |
tree | 7db88cb21bc2e251530d20dae900161ae88edfc3 | |
parent | 9fb409ce0e0dc4d8d297977b25e776cd2e7d80eb (diff) | |
download | FreeBSD-ports-181e78b653a5614c182468b42b99dea909d51851.zip FreeBSD-ports-181e78b653a5614c182468b42b99dea909d51851.tar.gz |
- Use @sample to handle configuration file
-rw-r--r-- | x11/xloadimage/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xloadimage/pkg-plist b/x11/xloadimage/pkg-plist index 79d5578..67b5e2e 100644 --- a/x11/xloadimage/pkg-plist +++ b/x11/xloadimage/pkg-plist @@ -6,6 +6,4 @@ man/man1/uufilter.1.gz man/man1/xloadimage.1.gz man/man1/xsetbg.1.gz man/man1/xview.1.gz -@unexec if cmp -s %D/etc/xloadimagerc.sample %D/etc/xloadimagerc; then rm -f %D/etc/xloadimagerc; fi -etc/xloadimagerc.sample -@exec if [ ! -f %D/etc/xloadimagerc ] ; then cp -p %D/%F %B/xloadimagerc; fi +@sample etc/xloadimagerc.sample |