diff options
author | petef <petef@FreeBSD.org> | 2002-03-26 06:26:04 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-26 06:26:04 +0800 |
commit | b4972e206459c54f584a1cb625f3718b55476233 (patch) | |
tree | b5f9420aeb672fc170b7b1b220816b03141bd8bb | |
parent | ead10e6474c967f026f70c2b211d908e000cc234 (diff) | |
download | freebsd-ports-gnome-b4972e206459c54f584a1cb625f3718b55476233.tar.gz freebsd-ports-gnome-b4972e206459c54f584a1cb625f3718b55476233.tar.zst freebsd-ports-gnome-b4972e206459c54f584a1cb625f3718b55476233.zip |
Make the default mail spool directory /var/mail.
Submitted by: Alex Kapranoff <kappa@agava.com>
-rw-r--r-- | mail/p5-Mail-Audit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index bba2f6fbb8ef..604eeec7bec4 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -29,6 +29,9 @@ MAN3= Mail::Audit.3 \ Mail::Audit::PGP.3 \ Mail::Audit::Razor.3 +post-patch: + @${PERL} -pi -e 's,/var/spool/mail,/var/mail,g' ${WRKSRC}/Audit.pm + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |