freebsd-ports/sysutils/raincoat/pkg-plist
Emanuel Haupt 2d89e47cba . update to 0.11
. 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
2005-10-19 08:49:26 +00:00

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