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:
parent
fd8a523999
commit
4ddb43b48d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36662
@ -82,6 +82,8 @@ post-extract:
|
|||||||
post-patch:
|
post-patch:
|
||||||
@${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \
|
@${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \
|
||||||
${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants
|
${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants
|
||||||
|
@${PERL} -pi -e 's|/var/spool/mail/|/var/mail/|' \
|
||||||
|
${WRKSRC}/programs/arrow/code/*.cc
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
.for i in ${JX_MAKE_CONSTANTS}
|
.for i in ${JX_MAKE_CONSTANTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user