svn commit: r320868 - head/comms/efax
Martin Wilke
miwi at FreeBSD.org
Fri Jun 14 01:56:32 UTC 2013
Author: miwi
Date: Fri Jun 14 01:56:31 2013
New Revision: 320868
URL: http://svnweb.freebsd.org/changeset/ports/320868
Log:
- Make sure /var/spool get properly clean up after deinstall
Reported by: pkg (DEVELOPER_MODE)
Modified:
head/comms/efax/Makefile (contents, props changed)
head/comms/efax/pkg-plist (contents, props changed)
Modified: head/comms/efax/Makefile
==============================================================================
--- head/comms/efax/Makefile Fri Jun 14 01:55:31 2013 (r320867)
+++ head/comms/efax/Makefile Fri Jun 14 01:56:31 2013 (r320868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: efax
-# Date created: 11 May 2002
-# Whom: MITA Yoshio <mita at FreeBSD.org>
-#
+# Created by: MITA Yoshio <mita at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= efax-0.9a
PORTVERSION= 001114a7
Modified: head/comms/efax/pkg-plist
==============================================================================
--- head/comms/efax/pkg-plist Fri Jun 14 01:55:31 2013 (r320867)
+++ head/comms/efax/pkg-plist Fri Jun 14 01:56:31 2013 (r320868)
@@ -12,3 +12,4 @@ share/doc/efax/printcap.sample
@unexec /bin/rm /var/spool/fax/outgoing/lock
@unexec /bin/rmdir /var/spool/fax/incoming
@unexec /bin/rmdir /var/spool/fax/outgoing
+ at unexec /bin/rmdir /var/spool/fax
More information about the svn-ports-all
mailing list