aboutsummaryrefslogtreecommitdiffstats
path: root/www/thundercache
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-04-25 00:42:32 +0800
committermat <mat@FreeBSD.org>2014-04-25 00:42:32 +0800
commit52b77c9631f0fe2695d7e3cae5cf62d467c59c3a (patch)
tree52e3fca56ce11225647e80d1ae96bc85e6d7384e /www/thundercache
parenteb30564c1e136c050470e416ecd87e69506e450f (diff)
downloadfreebsd-ports-gnome-52b77c9631f0fe2695d7e3cae5cf62d467c59c3a.tar.gz
freebsd-ports-gnome-52b77c9631f0fe2695d7e3cae5cf62d467c59c3a.tar.zst
freebsd-ports-gnome-52b77c9631f0fe2695d7e3cae5cf62d467c59c3a.zip
Replace all @unexec /bin/rmdir with @unexec rmdir
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'www/thundercache')
-rw-r--r--www/thundercache/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/thundercache/pkg-plist b/www/thundercache/pkg-plist
index d1f59a00e1cd..5f701986c7af 100644
--- a/www/thundercache/pkg-plist
+++ b/www/thundercache/pkg-plist
@@ -14,4 +14,4 @@ thunder/sbin/log.sh
@dirrm thunder/cache
@dirrm thunder
@unexec /bin/rm /var/run/thunder/thunder.pid 2>/dev/null || true
-@unexec /bin/rmdir /var/run/thunder 2>/dev/null || true
+@unexec rmdir /var/run/thunder 2>/dev/null || true