mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ba067df685
- convert USE_GMAKE to USES
5 lines
262 B
Plaintext
5 lines
262 B
Plaintext
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
|