svn commit: r349909 - head/www/xshttpd-devel

Johan van Selst johans at FreeBSD.org
Wed Apr 2 07:53:54 UTC 2014


Author: johans
Date: Wed Apr  2 07:53:53 2014
New Revision: 349909
URL: http://svnweb.freebsd.org/changeset/ports/349909
QAT: https://qat.redports.org/buildarchive/r349909/

Log:
  pkg doesn't appear to grok rmdir, so use rm -d instead
  
  Submitted by:	swills

Modified:
  head/www/xshttpd-devel/pkg-plist

Modified: head/www/xshttpd-devel/pkg-plist
==============================================================================
--- head/www/xshttpd-devel/pkg-plist	Wed Apr  2 07:41:46 2014	(r349908)
+++ head/www/xshttpd-devel/pkg-plist	Wed Apr  2 07:53:53 2014	(r349909)
@@ -98,5 +98,5 @@ man/man7/httpd_ssi.7.gz
 @dirrmtry %%ETCDIR%%
 @dirrmtry libexec/xshttpd
 @cwd /
- at unexec rmdir var/log/xshttpd var/db/xshttpd/sessions var/db/xshttpd 2>/dev/null || true
+ at 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


More information about the svn-ports-all mailing list