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
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-01-03 18:54:21 +00:00
parent fd8a523999
commit 4ddb43b48d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36662

View File

@ -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}