aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-04-02 15:53:53 +0800
committerjohans <johans@FreeBSD.org>2014-04-02 15:53:53 +0800
commitb631cf6985691fc24b9749108d0af519360e3630 (patch)
treeb8234a9493b27572ea644e9cdc9ed97c93fac53b /www
parent2839d6076f7d2d531dbf9903746fa57f70b25936 (diff)
downloadfreebsd-ports-gnome-b631cf6985691fc24b9749108d0af519360e3630.tar.gz
freebsd-ports-gnome-b631cf6985691fc24b9749108d0af519360e3630.tar.zst
freebsd-ports-gnome-b631cf6985691fc24b9749108d0af519360e3630.zip
pkg doesn't appear to grok rmdir, so use rm -d instead
Submitted by: swills
Diffstat (limited to 'www')
-rw-r--r--www/xshttpd-devel/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xshttpd-devel/pkg-plist b/www/xshttpd-devel/pkg-plist
index bb14a33cd46d..6e6d571cbe47 100644
--- a/www/xshttpd-devel/pkg-plist
+++ b/www/xshttpd-devel/pkg-plist
@@ -98,5 +98,5 @@ man/man7/httpd_ssi.7.gz
@dirrmtry %%ETCDIR%%
@dirrmtry libexec/xshttpd
@cwd /
-@unexec rmdir var/log/xshttpd var/db/xshttpd/sessions var/db/xshttpd 2>/dev/null || true
+@unexec rm -d var/log/xshttpd var/db/xshttpd/sessions var/db/xshttpd 2>/dev/null || true
@exec mkdir -p var/log/xshttpd var/db/xshttpd/sessions