diff options
author | billf <billf@FreeBSD.org> | 1999-11-01 00:27:40 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-01 00:27:40 +0000 |
commit | 2305026f41ba17b742592e1a6ae23b840e9878de (patch) | |
tree | 0b9a8448bd281052d69a0f54ecf5130f1a362e73 /security/fakebo | |
parent | 7a71272f4e4dcab7ca774d1013b3623e96fdd4ce (diff) | |
download | FreeBSD-ports-2305026f41ba17b742592e1a6ae23b840e9878de.zip FreeBSD-ports-2305026f41ba17b742592e1a6ae23b840e9878de.tar.gz |
fakebo.conf doesn't exist, but fakebo.conf.dist does.
Diffstat (limited to 'security/fakebo')
-rw-r--r-- | security/fakebo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index 56d962d..8dde913 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) |