svn commit: r375163 - head/www/squid

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 14:01:18 UTC 2014


Author: antoine
Date: Sun Dec 21 14:01:17 2014
New Revision: 375163
URL: https://svnweb.freebsd.org/changeset/ports/375163
QAT: https://qat.redports.org/buildarchive/r375163/

Log:
  Remove a directory that is created/deleted by rc script from stagedir

Modified:
  head/www/squid/Makefile

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Sun Dec 21 13:51:20 2014	(r375162)
+++ head/www/squid/Makefile	Sun Dec 21 14:01:17 2014	(r375163)
@@ -339,6 +339,7 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${MYDOCS} ${STAGEDIR}${DOCSDIR})
 	${MKDIR} ${STAGEDIR}/var/squid/logs
+	${RMDIR} ${STAGEDIR}/var/run/squid
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list