FreeBSD Bugzilla – Attachment 141620 Details for
Bug 188475
[PATCH] devel/py-coil: staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-coil-0.3.20.patch
py-coil-0.3.20.patch (text/plain), 1.00 KB, created by
Bartek Rutkowski
on 2014-04-11 21:00:00 UTC
(
hide
)
Description:
py-coil-0.3.20.patch
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2014-04-11 21:00:00 UTC
Size:
1.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351035) >+++ Makefile (working copy) >@@ -8,7 +8,7 @@ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= ghostonthewire@gmail.com >-COMMENT= A powerful configuration language for Python >+COMMENT= Powerful configuration language for Python > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.txt >@@ -19,18 +19,17 @@ > PORTDOCS= README.txt \ > TODO.txt > >-NO_STAGE= yes > post-install: > # docs > .ifndef(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for file in ${PORTDOCS} >- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} > .endfor > .endif > > # permission safeness >- @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/coil/* >- @${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/coil/* >+ @${CHMOD} -R ${SHAREMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/* >+ @${CHMOD} -R a+X ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/* > > .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 188475
: 141620