diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-25 06:52:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-25 06:52:00 +0800 |
commit | da72b53ce3e95e2bec032942ed0d3cc4a8194143 (patch) | |
tree | a8296326afc9a100b0c4b4a641309927b94ef925 /games | |
parent | 6f98641f76c280538db7b949b9800f53bdd51c63 (diff) | |
download | freebsd-ports-gnome-da72b53ce3e95e2bec032942ed0d3cc4a8194143.tar.gz freebsd-ports-gnome-da72b53ce3e95e2bec032942ed0d3cc4a8194143.tar.zst freebsd-ports-gnome-da72b53ce3e95e2bec032942ed0d3cc4a8194143.zip |
Convert to @sample
Diffstat (limited to 'games')
-rw-r--r-- | games/pouetchess/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/pouetchess/pkg-plist b/games/pouetchess/pkg-plist index 96033a55bebb..714583d08db0 100644 --- a/games/pouetchess/pkg-plist +++ b/games/pouetchess/pkg-plist @@ -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 |