FreeBSD Bugzilla – Attachment 143720 Details for
Bug 190979
[patch] devel/rbenv: Stagify
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
stagify
patch-rbenv-stagify.txt (text/plain), 1.03 KB, created by
Koichiro Iwao
on 2014-06-12 18:30:35 UTC
(
hide
)
Description:
stagify
Filename:
MIME Type:
Creator:
Koichiro Iwao
Created:
2014-06-12 18:30:35 UTC
Size:
1.03 KB
patch
obsolete
>diff -ruN /usr/ports/devel/rbenv/Makefile devel/rbenv/Makefile >--- /usr/ports/devel/rbenv/Makefile 2013-09-21 18:58:44.713718068 +0900 >+++ devel/rbenv/Makefile 2014-06-13 03:23:42.731628042 +0900 >@@ -26,15 +26,14 @@ > > REINPLACE_ARGS= -i '' > >-NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e "s|\$$root/completions|${DATADIR}/completions|g" ${WRKSRC}/libexec/rbenv-init > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${PREFIX}/bin >- ( ${INSTALL_SCRIPT} ${WRKSRC}/libexec/* ${PREFIX}/libexec/ ) >- @${LN} -sf ${PREFIX}/libexec/rbenv ${PREFIX}/bin/rbenv >- @${MKDIR} ${DATADIR}/completions >- ( cd ${WRKSRC}/completions && ${COPYTREE_BIN} \* ${DATADIR}/completions ) >+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${STAGEDIR}${PREFIX}/bin >+ ( ${INSTALL_SCRIPT} ${WRKSRC}/libexec/* ${STAGEDIR}${PREFIX}/libexec/ ) >+ @${LN} -sf ${PREFIX}/libexec/rbenv ${STAGEDIR}${PREFIX}/bin/rbenv >+ @${MKDIR} ${STAGEDIR}${DATADIR}/completions >+ ( cd ${WRKSRC}/completions && ${COPYTREE_BIN} \* ${STAGEDIR}${DATADIR}/completions ) > > .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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190979
: 143720