FreeBSD Bugzilla – Attachment 41891 Details for
Bug 65412
[Patch] port: editors/wily use DOCSDIR instead of hardcoded path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-Makefile
patch-Makefile (text/plain), 796 bytes, created by
Serge Gagnon
on 2004-04-10 22:30:20 UTC
(
hide
)
Description:
patch-Makefile
Filename:
MIME Type:
Creator:
Serge Gagnon
Created:
2004-04-10 22:30:20 UTC
Size:
796 bytes
patch
obsolete
>--- Makefile.orig Sun Apr 11 05:13:48 2004 >+++ Makefile Sun Apr 11 05:28:17 2004 >@@ -28,8 +28,6 @@ > ${RM} ${WRKSRC}/tools/win/config.cache > cd ${WRKSRC}/tools/win; ./configure > >-WILYDOCDIR= ${PREFIX}/share/doc/wily >-WILYTUTEDIR= ${WILYDOCDIR}/tute > WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \ > onepage.html user.html idioms.html C.html python.html \ > hack.html AcmeVsWily.html Tcl.html \ >@@ -44,9 +42,9 @@ > post-install: > ${STRIP_CMD} ${PREFIX}/bin/wily > .if !defined(NOPORTDOCS) >- ${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR} >+ ${MKDIR} ${DOCSDIR} ${DOCSDIR}/tute > set -e; for f in ${WILYDOCFILES}; do \ >- ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \ >+ ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${DOCSDIR}/$${f}; \ > done > .endif > @${CAT} ${PKGMESSAGE}
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 65412
: 41891 |
41892
|
41893
|
41894
|
41895