mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
4971f35855
- Convert USE_GMAKE to USES - Fix build on 10.x
5 lines
186 B
Plaintext
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
|