FreeBSD Bugzilla – Attachment 144169 Details for
Bug 190048
[patch] Add staging support to www/flat-frog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Stage support to flat-frog
flat-frog2-staging.patch.txt (text/plain), 1.17 KB, created by
joe
on 2014-06-26 19:23:29 UTC
(
hide
)
Description:
Stage support to flat-frog
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-26 19:23:29 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/www/flat-frog/Makefile b/www/flat-frog/Makefile >index b3c334d..7055bbd 100644 >--- a/www/flat-frog/Makefile >+++ b/www/flat-frog/Makefile >@@ -13,17 +13,14 @@ NO_BUILD= yes > USE_PHP= yes > USES= zip > >-NO_STAGE= yes > do-install: >- ${MKDIR} ${DATADIR} ${DATADIR}/plugins >- ${INSTALL_DATA} ${WRKSRC}/src/class.* ${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/src/plugins/* ${DATADIR}/plugins >- ${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/templates >- ${INSTALL_DATA} ${WRKSRC}/demo/test.* ${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/demo/templates/* ${EXAMPLESDIR}/templates >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} >-.endif >+ ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${DATADIR}/plugins >+ ${INSTALL_DATA} ${WRKSRC}/src/class.* ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/src/plugins/* ${STAGEDIR}${DATADIR}/plugins >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${EXAMPLESDIR}/templates >+ ${INSTALL_DATA} ${WRKSRC}/demo/test.* ${STAGEDIR}${EXAMPLESDIR} >+ ${INSTALL_DATA} ${WRKSRC}/demo/templates/* ${STAGEDIR}${EXAMPLESDIR}/templates >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} > > .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 190048
:
142940
| 144169