FreeBSD Bugzilla – Attachment 143429 Details for
Bug 190683
[patch] Added stage support to www/templatelite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Adds stage support to www/templatelite
templatelite-staging.patch.txt (text/plain), 845 bytes, created by
joe
on 2014-06-05 23:28:39 UTC
(
hide
)
Description:
Adds stage support to www/templatelite
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-05 23:28:39 UTC
Size:
845 bytes
patch
obsolete
>diff --git a/www/templatelite/Makefile b/www/templatelite/Makefile >index 46ebb66..41f9eac 100644 >--- a/www/templatelite/Makefile >+++ b/www/templatelite/Makefile >@@ -16,16 +16,12 @@ WANT_PHP_WEB= yes > WRKSRC= ${WRKDIR}/template_lite > SUB_FILES= pkg-message > >-NO_STAGE= yes > do-install: >- @${MKDIR} ${DATADIR} >- @cd ${WRKSRC}/src && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DATADIR} - >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >- @cd ${WRKSRC}/docs && ${FIND} * | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - >-.endif >- >-post-install: >- @${CAT} ${PKGMESSAGE} >+ @${MKDIR} ${STAGEDIR}${DATADIR} >+ @cd ${WRKSRC}/src && ${FIND} * | ${TAR} cTf - - |\ >+ ${TAR} xUCf ${STAGEDIR}${DATADIR} - >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ @cd ${WRKSRC}/docs && ${FIND} * | ${TAR} cTf - - |\ >+ ${TAR} xUCf ${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 Raw
Actions:
View
Attachments on
bug 190683
: 143429