diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-05-04 22:48:03 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-05-04 22:48:03 +0000 |
commit | 5ac18767d1594a7c77ba505b9672eb4e3b5284bc (patch) | |
tree | ab399d9912d8f00891d9d8508edf96aa3ef0bc0b /security/sancp | |
parent | b3db8883de118166da92dad3b8b07b17378c911c (diff) | |
download | ports-5ac18767d1594a7c77ba505b9672eb4e3b5284bc.tar.gz ports-5ac18767d1594a7c77ba505b9672eb4e3b5284bc.zip |
Notes
Diffstat (limited to 'security/sancp')
-rw-r--r-- | security/sancp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sancp/Makefile b/security/sancp/Makefile index 2ae5f630fe08..8774aaf48bfe 100644 --- a/security/sancp/Makefile +++ b/security/sancp/Makefile @@ -31,7 +31,7 @@ post-extract: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/sancp ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/etc/sancp/sancp.conf ${PREFIX}/etc/sancp.conf-dist - @${CP} -n ${PREFIX}/etc/sancp.conf-dist ${PREFIX}/etc/sancp.conf + @${CP} -n ${PREFIX}/etc/sancp.conf-dist ${PREFIX}/etc/sancp.conf || ${TRUE} .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR}/ |