mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a17d44ae20
- Add two vendor patches - Fix config file handling - Use SUB_FILES for pkg-message and better of USE_RC_SUBR PR: ports/89178 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
7 lines
371 B
Plaintext
7 lines
371 B
Plaintext
bin/sancp
|
|
@unexec if [ -f %D/etc/sancp.conf ] && cmp -s %D/etc/sancp.conf %D/etc/sancp.conf-dist; then rm -f %D/etc/sancp.conf; fi
|
|
@unexec if [ -f %D/etc/sancp.conf ]; then echo "WARNING: The %D/etc/sancp.conf file was not removed!"; fi
|
|
etc/sancp.conf-dist
|
|
@exec if [ ! -f %D/etc/sancp.conf-dist ] ; then cp -p %D/%F %B/sancp.conf; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|