summaryrefslogtreecommitdiff
path: root/security/fakebo/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-01 00:27:40 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-01 00:27:40 +0000
commit5c9a2331d30a7913a1a99550d94458b7e93ce6a7 (patch)
tree39c52e02f86363cfc0cdb8b0145ca522b7839664 /security/fakebo/Makefile
parent*** empty log message *** (diff)
fakebo.conf doesn't exist, but fakebo.conf.dist does.
Notes
Notes: svn path=/head/; revision=22753
Diffstat (limited to '')
-rw-r--r--security/fakebo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile
index 56d962df1df0..8dde91377e6d 100644
--- a/security/fakebo/Makefile
+++ b/security/fakebo/Makefile
@@ -23,7 +23,7 @@ MAN1= fakebo.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/fakebo.conf.sample
+ ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${PREFIX}/etc/fakebo.conf.sample
${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)