FreeBSD Bugzilla – Attachment 142973 Details for
Bug 190084
[patch] Add staging support to www/freeway
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 651 bytes, created by
joe
on 2014-05-21 20:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
joe
Created:
2014-05-21 20:30:00 UTC
Size:
651 bytes
patch
obsolete
>diff --git a/www/freeway/Makefile b/www/freeway/Makefile >index 61514ea..984690f 100644 >--- a/www/freeway/Makefile >+++ b/www/freeway/Makefile >@@ -16,12 +16,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME} > NO_BUILD= yes > SUB_FILES= pkg-message > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > do-install: >- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} >- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} >- @${CHMOD} -R 755 ${WWWDIR} >+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} >+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} >+ @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} > > post-install: > @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
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 190084
: 142973
Working