diff options
author | ak <ak@FreeBSD.org> | 2014-05-23 03:24:21 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-23 03:24:21 +0800 |
commit | 181e78b653a5614c182468b42b99dea909d51851 (patch) | |
tree | 7db88cb21bc2e251530d20dae900161ae88edfc3 | |
parent | 9fb409ce0e0dc4d8d297977b25e776cd2e7d80eb (diff) | |
download | freebsd-ports-gnome-181e78b653a5614c182468b42b99dea909d51851.tar.gz freebsd-ports-gnome-181e78b653a5614c182468b42b99dea909d51851.tar.zst freebsd-ports-gnome-181e78b653a5614c182468b42b99dea909d51851.zip |
- 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 79d55782a09f..67b5e2ec7150 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 |