FreeBSD Bugzilla – Attachment 97474 Details for
Bug 136213
new port editors/diakonos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diakonos-Makefile.diff
diakonos-Makefile.diff (text/plain), 1.10 KB, created by
Chris Petrik
on 2009-07-03 03:32:39 UTC
(
hide
)
Description:
diakonos-Makefile.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2009-07-03 03:32:39 UTC
Size:
1.10 KB
patch
obsolete
>--- diakonos/Makefile.old 2009-07-01 03:47:38.000000000 -0500 >+++ diakonos/Makefile 2009-07-02 21:18:53.000000000 -0500 >@@ -11,22 +11,24 @@ > MASTER_SITES= http://purepistos.net/diakonos/ > > MAINTAINER= chris@officialunix.com >-COMMENT= A Linux editor for the masses >+COMMENT= A Linux editor for the masses > > USE_RUBY= yes > RUBY_VERSION= 1.9 > > NO_BUILD= yes > >+ > do-install: > .for f in ${WRKSRC}/bin/* >+ @${REINPLACE_CMD} 's|ruby|ruby19|g' ${WRKSRC}${f} > ${INSTALL_SCRIPT} ${WRKSRC}${f} ${PREFIX}/bin > .endfor > .for f in ${WRKSRC}/lib/*.rb > ${INSTALL_DATA} ${WRKSRC}${f} ${RUBY_SITELIBDIR}/ > .endfor > .if !exists(${RUBY_SITELIBDIR}/${PORTNAME}) >- ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} >+ ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} > ${CP} -R -p ${WRKSRC}/lib/${PORTNAME} ${RUBY_SITELIBDIR}/ > .endif > .if !exists(${PREFIX}/etc/diakonos.conf) >@@ -44,5 +46,7 @@ > ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}/ > .endif > .endif >- >+.if !exists(${RUBY_SITELIBDIR}/installation.rb) >+ ${CP} ${PKG_DIR}files/installation.rb ${RUBY_SITELIBDIR}/${PORTNAME} >+.endif > .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 136213
:
97473
| 97474