diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 14:01:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 14:01:17 +0000 |
commit | 4983dfef44851c9ddd8efc99f39cc7b609b54d35 (patch) | |
tree | 89252409483df4f81aef43a636b99d022cdda64d /www | |
parent | c3818f5e511764ea183be023f51d328a1738dd94 (diff) | |
download | freebsd-ports-4983dfef44851c9ddd8efc99f39cc7b609b54d35.zip |
Remove a directory that is created/deleted by rc script from stagedir
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 1 |
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> |