diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 13:31:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 13:31:25 +0000 |
commit | b735d1a70b420373235a2d4851b88762be982928 (patch) | |
tree | 3dc3d5903bdb7de7a21ea7043b165f4039c55cc0 /irc | |
parent | Fix the build on -current. (diff) |
cp -> cp -R to install all files and directories
Submitted by: gslin@ccca.nctu.edu.tw, Sergii Laskavyi <ls@gambit.com.ru>
Notes
Notes:
svn path=/head/; revision=57198
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile index cf0e6ef52f8b..796ea10b9ce5 100644 --- a/irc/ircd-hybrid/Makefile +++ b/irc/ircd-hybrid/Makefile @@ -38,7 +38,7 @@ pre-install: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/doc/* ${DOCSDIR} + ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} .endif @${SED} -e "s#%PREFIX%#${PREFIX}#" ${FILESDIR}/ircd.sh \ > ${WRKDIR}/ircd.sh |