1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/wop/pkg-plist
Dmitry Marakasov 4971f35855 - Support staging
- Convert USE_GMAKE to USES
- Fix build on 10.x
2013-12-10 03:04:48 +00:00

5 lines
186 B
Plaintext

bin/wop
@unexec if cmp -s %D/etc/woprc %D/etc/woprc.sample; then rm -f %D/etc/woprc; fi
etc/woprc.sample
@exec if [ ! -f %D/etc/woprc ]; then cp -p %D/etc/woprc.sample %D/etc/woprc; fi