View | Details | Raw Unified | Return to bug 157163
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 63-69 Link Here
63
PORTDOCS=	${DOCS}
63
PORTDOCS=	${DOCS}
64
.endif
64
.endif
65
65
66
CONF_FILES=	lighttpd.conf modules.conf
66
LIGHTTPD_CONF_FILES=	lighttpd.conf modules.conf
67
67
68
CONFD_FILES=	access_log.conf auth.conf cgi.conf cml.conf \
68
CONFD_FILES=	access_log.conf auth.conf cgi.conf cml.conf \
69
		compress.conf debug.conf dirlisting.conf \
69
		compress.conf debug.conf dirlisting.conf \
Lines 208-214 Link Here
208
208
209
post-install:
209
post-install:
210
	@${MKDIR} ${PREFIX}/etc/lighttpd/conf.d ${PREFIX}/etc/lighttpd/vhosts.d
210
	@${MKDIR} ${PREFIX}/etc/lighttpd/conf.d ${PREFIX}/etc/lighttpd/vhosts.d
211
.for FILE in ${CONF_FILES}
211
.for FILE in ${LIGHTTPD_CONF_FILES}
212
	@${INSTALL_DATA} ${WRKSRC}/doc/config/${FILE} \
212
	@${INSTALL_DATA} ${WRKSRC}/doc/config/${FILE} \
213
		${PREFIX}/etc/lighttpd/${FILE}.sample
213
		${PREFIX}/etc/lighttpd/${FILE}.sample
214
.if !exists(${PREFIX}/etc/lighttpd/${FILE})
214
.if !exists(${PREFIX}/etc/lighttpd/${FILE})

Return to bug 157163