svn commit: r397784 - head/games/pouetchess

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 24 22:52:02 UTC 2015


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
- at 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
- at exec if [ ! -f %D/etc/pouetChess.conf ]; then cp -p %D/etc/pouetChess.conf.sample %D/etc/pouetChess.conf; fi
+ at sample etc/pouetChess.conf.sample


More information about the svn-ports-head mailing list