FreeBSD Bugzilla – Attachment 115393 Details for
Bug 157163
Fix port: www/lighttpd uses CONF_FILES internally
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 838 bytes, created by
Chris Rees
on 2011-05-18 20:50:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2011-05-18 20:50:12 UTC
Size:
838 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /exports/cvsroot-freebsd/ports/www/lighttpd/Makefile,v >retrieving revision 1.96 >diff -u -r1.96 Makefile >--- Makefile 23 Mar 2011 15:49:11 -0000 1.96 >+++ Makefile 18 May 2011 18:47:30 -0000 >@@ -63,7 +63,7 @@ > PORTDOCS= ${DOCS} > .endif > >-CONF_FILES= lighttpd.conf modules.conf >+LIGHTTPD_CONF_FILES= lighttpd.conf modules.conf > > CONFD_FILES= access_log.conf auth.conf cgi.conf cml.conf \ > compress.conf debug.conf dirlisting.conf \ >@@ -208,7 +208,7 @@ > > post-install: > @${MKDIR} ${PREFIX}/etc/lighttpd/conf.d ${PREFIX}/etc/lighttpd/vhosts.d >-.for FILE in ${CONF_FILES} >+.for FILE in ${LIGHTTPD_CONF_FILES} > @${INSTALL_DATA} ${WRKSRC}/doc/config/${FILE} \ > ${PREFIX}/etc/lighttpd/${FILE}.sample > .if !exists(${PREFIX}/etc/lighttpd/${FILE})
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 157163
: 115393