FreeBSD Bugzilla – Attachment 143910 Details for
Bug 191171
[patch] Added stage support to devel/cvsmonitor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Added stage support to cvsmonitor
cvsmonitor-staging.patch.txt (text/plain), 1.06 KB, created by
joe
on 2014-06-18 19:39:07 UTC
(
hide
)
Description:
Added stage support to cvsmonitor
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-18 19:39:07 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/devel/cvsmonitor/Makefile b/devel/cvsmonitor/Makefile >index 3411dc8..1436208 100644 >--- a/devel/cvsmonitor/Makefile >+++ b/devel/cvsmonitor/Makefile >@@ -67,23 +67,21 @@ FILES_DATA= README setup.conf > > CVSMONITOR_ROOT= ${PREFIX}/${CGIDIR}/cvsmonitor > >-NO_STAGE= yes > post-patch: > @${PERL} -pi -e '$$_=q{ my $$solaris=1;} if $$.==270' \ > ${WRKSRC}/modules/CVSMonitor/MetaData/Module.pm > > do-install: >- ${MKDIR} ${PREFIX}/${CGIDIR} >+ ${MKDIR} ${STAGEDIR}${PREFIX}/${CGIDIR} > .for d in ${DIRS_DATA} >- ${MKDIR} ${CVSMONITOR_ROOT}/${d} >- ${INSTALL_DATA} ${WRKSRC}/${d}/*.* ${CVSMONITOR_ROOT}/${d} >+ ${MKDIR} ${STAGEDIR}${CVSMONITOR_ROOT}/${d} >+ ${INSTALL_DATA} ${WRKSRC}/${d}/*.* ${STAGEDIR}${CVSMONITOR_ROOT}/${d} > .endfor > .for f in ${FILES_SCRIPT} >- ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${CVSMONITOR_ROOT} >+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${CVSMONITOR_ROOT} > .endfor > .for f in ${FILES_DATA} >- ${INSTALL_DATA} ${WRKSRC}/${f} ${CVSMONITOR_ROOT} >+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${CVSMONITOR_ROOT} > .endfor >- @${CAT} ${PKGMESSAGE} > > .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 191171
: 143910