mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Make sure /var/spool get properly clean up after deinstall
Reported by: pkg (DEVELOPER_MODE)
This commit is contained in:
parent
97453d37da
commit
34212a2565
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320868
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: efax
|
||||
# Date created: 11 May 2002
|
||||
# Whom: MITA Yoshio <mita@FreeBSD.org>
|
||||
#
|
||||
# Created by: MITA Yoshio <mita@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= efax-0.9a
|
||||
PORTVERSION= 001114a7
|
||||
|
@ -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
|
||||
@unexec /bin/rmdir /var/spool/fax
|
||||
|
Loading…
Reference in New Issue
Block a user