FreeBSD Bugzilla – Attachment 141632 Details for
Bug 188493
[PATCH] devel/py-funcparserlib: staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-funcparserlib-0.3.6.patch
py-funcparserlib-0.3.6.patch (text/plain), 1.43 KB, created by
Bartek Rutkowski
on 2014-04-12 08:00:00 UTC
(
hide
)
Description:
py-funcparserlib-0.3.6.patch
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2014-04-12 08:00:00 UTC
Size:
1.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351068) >+++ Makefile (working copy) >@@ -23,22 +23,21 @@ > OPTIONS_DEFINE= DOCS > OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > post-install: > .if ${PORT_OPTIONS:MDOCS} > @${RM} -f ${WRKSRC}/doc/Makefile >- @${MKDIR} ${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > @cd ${INSTALL_WRKSRC} \ >- && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ >- && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; >+ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \ >+ && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \; > .endif > > x-generate-plist: >- ${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type f | ${SORT} | \ >- ${SED} -e 's,${PYTHON_SITELIBDIR},%%PYTHON_SITELIBDIR%%,' > pkg-plist.new >- ${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | \ >- ${SED} -e 's,${PYTHON_SITELIBDIR},@dirrm %%PYTHON_SITELIBDIR%%,' >> pkg-plist.new >+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -type f | ${SORT} | \ >+ ${SED} -e 's,${STAGEDIR}${PYTHON_SITELIBDIR},%%PYTHON_SITELIBDIR%%,' > pkg-plist.new >+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -type d -depth | ${SORT} -r | \ >+ ${SED} -e 's,${STAGEDIR}${PYTHON_SITELIBDIR},@dirrm %%PYTHON_SITELIBDIR%%,' >> pkg-plist.new > > .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 188493
: 141632