1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Really unbreak WITH_BOOK option by creating the book directory

before trying to put files there.

While here, fix a minor typo in an output line.

Approved by:	lev (port MAINTAINER)
This commit is contained in:
Bruce A. Mah 2005-08-01 00:19:14 +00:00
parent a8fddd7e1d
commit ca00410510
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140595
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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