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

4 lines
186 B
Text

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