svn commit: r320665 - head/print/cups-base

Martin Wilke miwi at FreeBSD.org
Wed Jun 12 06:46:16 UTC 2013


Author: miwi
Date: Wed Jun 12 06:46:16 2013
New Revision: 320665
URL: http://svnweb.freebsd.org/changeset/ports/320665

Log:
  - Fix plist
  
  Reported by:	pkg (DEVELOPER_MODE)

Modified:
  head/print/cups-base/pkg-plist   (contents, props changed)

Modified: head/print/cups-base/pkg-plist
==============================================================================
--- head/print/cups-base/pkg-plist	Wed Jun 12 06:44:32 2013	(r320664)
+++ head/print/cups-base/pkg-plist	Wed Jun 12 06:46:16 2013	(r320665)
@@ -11,6 +11,7 @@
 @exec mkdir -p %D/etc/cups/ppd || true
 @exec mkdir -p %D/etc/cups/interfaces || true
 @unexec rm -rf %%CACHEDIR%% 2>/dev/null || true
+ at unexec rmdir /var/spool/cups/tmp 2>/dev/null || true
 @unexec rmdir /var/spool/cups 2>/dev/null || true
 @unexec rmdir /var/log/cups 2>/dev/null || true
 @unexec rmdir /var/run/cups/certs 2>/dev/null || true


More information about the svn-ports-all mailing list