summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-21 14:01:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-21 14:01:17 +0000
commit4983dfef44851c9ddd8efc99f39cc7b609b54d35 (patch)
tree89252409483df4f81aef43a636b99d022cdda64d /www/squid
parent- Allow staging as a regular user (diff)
Remove a directory that is created/deleted by rc script from stagedir
Notes
Notes: svn path=/head/; revision=375163
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index ae4793d28d03..f0b421d1ebff 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -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>