aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-05-23 03:24:21 +0800
committerak <ak@FreeBSD.org>2014-05-23 03:24:21 +0800
commit181e78b653a5614c182468b42b99dea909d51851 (patch)
tree7db88cb21bc2e251530d20dae900161ae88edfc3
parent9fb409ce0e0dc4d8d297977b25e776cd2e7d80eb (diff)
downloadfreebsd-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-plist4
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