svn commit: r354883 - head/x11/xloadimage

Alex Kozlov ak at FreeBSD.org
Thu May 22 19:24:22 UTC 2014


Author: ak
Date: Thu May 22 19:24:21 2014
New Revision: 354883
URL: http://svnweb.freebsd.org/changeset/ports/354883
QAT: https://qat.redports.org/buildarchive/r354883/

Log:
  - Use @sample to handle configuration file

Modified:
  head/x11/xloadimage/pkg-plist

Modified: head/x11/xloadimage/pkg-plist
==============================================================================
--- head/x11/xloadimage/pkg-plist	Thu May 22 18:30:55 2014	(r354882)
+++ head/x11/xloadimage/pkg-plist	Thu May 22 19:24:21 2014	(r354883)
@@ -6,6 +6,4 @@ man/man1/uufilter.1.gz
 man/man1/xloadimage.1.gz
 man/man1/xsetbg.1.gz
 man/man1/xview.1.gz
- at unexec if cmp -s %D/etc/xloadimagerc.sample %D/etc/xloadimagerc; then rm -f %D/etc/xloadimagerc; fi
-etc/xloadimagerc.sample
- at exec if [ ! -f %D/etc/xloadimagerc ] ; then cp -p %D/%F %B/xloadimagerc; fi
+ at sample etc/xloadimagerc.sample


More information about the svn-ports-head mailing list