aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2005-08-01 00:19:14 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2005-08-01 00:19:14 +0000
commitca004105109784a2081420986ee38eb16ff5ec59 (patch)
treef972073621792e955dfa88445ea7f065f9d158d8 /devel/subversion
parenta8fddd7e1d2867026e4bd80d4bcfa4b4a9200353 (diff)
downloadports-ca004105109784a2081420986ee38eb16ff5ec59.tar.gz
ports-ca004105109784a2081420986ee38eb16ff5ec59.zip
Notes
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 55c3a3ede6f9..de3287d2ff21 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -279,7 +279,7 @@ pre-extract:
@${ECHO_MSG} ""
@${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'."
@${ECHO_MSG} "Type of repository will be '${SVNFSTYPE}'."
- @${ECHO_MSG} "You could change these settings by defining SVNREPOS, SVNGROUP nad SVNFSTYPE"
+ @${ECHO_MSG} "You could change these settings by defining SVNREPOS, SVNGROUP and SVNFSTYPE"
@${ECHO_MSG} ""
.endif
@${ECHO_MSG} ""
@@ -360,6 +360,7 @@ post-install: ${MKREPOS_TARGET}
${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
done
.if defined(WITH_BOOK)
+ ${MKDIR} ${DOCSDIR}/book
cd ${WRKSRC}/doc/book ; \
${INSTALL_DATA} svn-book.html svn-book.pdf ${DOCSDIR}/book
.endif