svn commit: r340625 - head/www/lighttpd

Renato Botelho garga at FreeBSD.org
Tue Jan 21 17:18:23 UTC 2014


Author: garga
Date: Tue Jan 21 17:18:22 2014
New Revision: 340625
URL: http://svnweb.freebsd.org/changeset/ports/340625
QAT: https://qat.redports.org/buildarchive/r340625/

Log:
  Really fix /var/log/lighttpd install and deinstall, sorry for the noise

Modified:
  head/www/lighttpd/Makefile
  head/www/lighttpd/pkg-plist

Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile	Tue Jan 21 17:09:52 2014	(r340624)
+++ head/www/lighttpd/Makefile	Tue Jan 21 17:18:22 2014	(r340625)
@@ -229,6 +229,7 @@ post-install:
 	@${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${DOCSDIR}/${FILE}
 . endfor
 .endif
+	@${MKDIR} -m 0700 ${STAGEDIR}${LIGHTTPD_LOGROOT}
 
 test: build
 	@cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} \

Modified: head/www/lighttpd/pkg-plist
==============================================================================
--- head/www/lighttpd/pkg-plist	Tue Jan 21 17:09:52 2014	(r340624)
+++ head/www/lighttpd/pkg-plist	Tue Jan 21 17:18:22 2014	(r340625)
@@ -181,3 +181,4 @@ sbin/lighttpd-angel
 @cwd /
 @exec %%MKDIR%% -m 0700 %%LOGROOT%%
 @exec %%CHOWN%% %%USER%%:%%GROUP%% %%LOGROOT%%
+ at unexec rmdir %%LOGROOT%% >/dev/null 2>&1 || :


More information about the svn-ports-all mailing list