mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
3a71621bb1
- Minor fixes PR: ports/114390 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Approved by: sat (mentor)
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
bin/sancp
|
|
@unexec if cmp -s %D/etc/sancp.conf %D/etc/sancp.conf-dist; then rm -f %D/etc/sancp.conf; fi
|
|
etc/sancp.conf-dist
|
|
@exec cp -n %D/%F %B/sancp.conf
|