2d89e47cba
. provide PORTDOCS . nuke files/patch-Makefile . preserve changed config files . move patching from pre-configure to post-patch . fully respect CFLAGS PR: 87609 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) Reworked by: ehaupt
4 lines
204 B
Text
4 lines
204 B
Text
sbin/raincoat
|
|
@unexec if cmp -s %D/etc/raincoat.conf %D/etc/raincoat.conf.default; then rm -f %D/etc/raincoat.conf; fi
|
|
etc/raincoat.conf.default
|
|
@exec [ -f %B/raincoat.conf ] || cp %B/%f %B/raincoat.conf
|