summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-01-03 18:54:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-01-03 18:54:21 +0000
commit4ddb43b48d7747c16b5fc75c0e573c1eaabb72b5 (patch)
treedc4d803936fe7fe167c6ff083917c53f7cf24cf9 /mail
parento Whitespacechage to satisfy portlint -abctN (diff)
Replace all /var/spool/mail references with /var/mail using a PERL
line script instead of 3 patch files: patch-a[f-h]. A more sensitive use of repo space. Submitted by: will
Notes
Notes: svn path=/head/; revision=36662
Diffstat (limited to 'mail')
-rw-r--r--mail/arrow/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/arrow/Makefile b/mail/arrow/Makefile
index 1c90ec2a5129..374d05911fa0 100644
--- a/mail/arrow/Makefile
+++ b/mail/arrow/Makefile
@@ -82,6 +82,8 @@ post-extract:
post-patch:
@${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \
${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants
+ @${PERL} -pi -e 's|/var/spool/mail/|/var/mail/|' \
+ ${WRKSRC}/programs/arrow/code/*.cc
pre-build:
.for i in ${JX_MAKE_CONSTANTS}