FreeBSD Bugzilla – Attachment 137013 Details for
Bug 182396
[MAINTAINER] japanese/mecab: add staging support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ja-mecab
patch-ja-mecab (text/plain), 834 bytes, created by
Yasuhiro Kimura
on 2013-09-26 08:00:00 UTC
(
hide
)
Description:
patch-ja-mecab
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-09-26 08:00:00 UTC
Size:
834 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 328328) >+++ Makefile (working copy) >@@ -31,7 +31,6 @@ > > OPTIONS_DEFINE= DOCS > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > post-patch: >@@ -46,16 +45,12 @@ > ${CHMOD} a+x ${WRKSRC}/install-sh > > post-install: >- @if [ ! -f ${PREFIX}/etc/mecabrc ]; then \ >- ${INSTALL_DATA} ${PREFIX}/etc/mecabrc.dist ${PREFIX}/etc/mecabrc; \ >- fi > .if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in ${PORTDOCS:N*.html} >- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ >+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} > .endfor >- ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/ >+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} > .endif >- @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk>
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 Raw
Actions:
View
Attachments on
bug 182396
: 137013