FreeBSD Bugzilla – Attachment 57021 Details for
Bug 86088
[maintainer] databases/mysql-connector-java improve installation of documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-connector-java.diff
mysql-connector-java.diff (text/plain), 773 bytes, created by
Matthew Seaman
on 2005-09-13 19:50:03 UTC
(
hide
)
Description:
mysql-connector-java.diff
Filename:
MIME Type:
Creator:
Matthew Seaman
Created:
2005-09-13 19:50:03 UTC
Size:
773 bytes
patch
obsolete
>diff -Nur /usr/ports/databases/mysql-connector-java/Makefile mysql-connector-java/Makefile >--- /usr/ports/databases/mysql-connector-java/Makefile Thu Jul 7 08:37:50 2005 >+++ mysql-connector-java/Makefile Tue Sep 13 19:34:33 2005 >@@ -89,7 +89,14 @@ > .if !defined(NOPORTDOCS) > @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." > @${MKDIR} ${APIDOCSDIR} >- @${CP} -r ${JAVADOCDIR}/* ${APIDOCSDIR} >+ @cd ${JAVADOCDIR} && for src in $$( ${FIND} . ) ; do \ >+ dst=${APIDOCSDIR}$${src#.} ; \ >+ if ${TEST} -d $$src ; then \ >+ ${MKDIR} $$dst ; \ >+ else \ >+ ${INSTALL_DATA} $$src $$dst ; \ >+ fi \ >+ done > @for extradoc in ${EXTRADOCS} ; do \ > ${INSTALL_DATA} ${INSTALL_WRKSRC}/$$extradoc ${DOCSDIR} ; \ > done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 86088
: 57021