FreeBSD Bugzilla – Attachment 41894 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), 1.18 KB, created by
Serge Gagnon
on 2004-04-12 17:01:47 UTC
(
hide
)
Description:
patch-Makefile
Filename:
MIME Type:
Creator:
Serge Gagnon
Created:
2004-04-12 17:01:47 UTC
Size:
1.18 KB
patch
obsolete
>--- editors/wily/Makefile.orig Sun Apr 11 05:13:48 2004 >+++ editors/wily/Makefile Mon Apr 12 11:46:55 2004 >@@ -25,12 +25,10 @@ > > # Run the configure script in the tools directory. > post-configure: >- ${RM} ${WRKSRC}/tools/win/config.cache >+ @${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 \ >+PORTDOCS= 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 \ > pythonpaper.html winmanager.html auug.html one.html \ >@@ -42,11 +40,11 @@ > > # The default Wily makefile does not install any documentation. Rectify. > post-install: >- ${STRIP_CMD} ${PREFIX}/bin/wily >+ @${STRIP_CMD} ${PREFIX}/bin/wily > .if !defined(NOPORTDOCS) >- ${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR} >- set -e; for f in ${WILYDOCFILES}; do \ >- ${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \ >+ @${MKDIR} ${DOCSDIR} >+ set -e; for doc in ${PORTDOCS}; do \ >+ ${INSTALL_DATA} ${WRKSRC}/Doc/$${doc} ${DOCSDIR}/$${doc}; \ > 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