Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 22:52:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397784 - head/games/pouetchess
Message-ID:  <201509242252.t8OMq1T4087959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 24 22:52:00 2015
New Revision: 397784
URL: https://svnweb.freebsd.org/changeset/ports/397784

Log:
  Convert to @sample

Modified:
  head/games/pouetchess/pkg-plist

Modified: head/games/pouetchess/pkg-plist
==============================================================================
--- head/games/pouetchess/pkg-plist	Thu Sep 24 22:49:00 2015	(r397783)
+++ head/games/pouetchess/pkg-plist	Thu Sep 24 22:52:00 2015	(r397784)
@@ -1,4 +1,2 @@
 bin/pouetChess
-@unexec if cmp -s %D/etc/pouetChess.conf %D/etc/pouetChess.conf.sample; then rm -f %D/etc/pouetChess.conf; fi
-etc/pouetChess.conf.sample
-@exec if [ ! -f %D/etc/pouetChess.conf ]; then cp -p %D/etc/pouetChess.conf.sample %D/etc/pouetChess.conf; fi
+@sample etc/pouetChess.conf.sample



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