Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 19:24:22 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354883 - head/x11/xloadimage
Message-ID:  <201405221924.s4MJOMDZ025887@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405221924.s4MJOMDZ025887>