4971f35855
- Convert USE_GMAKE to USES - Fix build on 10.x
4 lines
186 B
Text
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
|