diff options
author | lioux <lioux@FreeBSD.org> | 2001-01-03 18:54:21 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-01-03 18:54:21 +0000 |
commit | 0af6a30c10d33adbe9c43c60764036efbe0d5545 (patch) | |
tree | d0890f68f28d0c289d708e2893f343eccae64bc7 /mail/arrow | |
parent | 85e29c2090b140c4c0c2e1622d96aeb2d08722c3 (diff) | |
download | FreeBSD-ports-0af6a30c10d33adbe9c43c60764036efbe0d5545.zip FreeBSD-ports-0af6a30c10d33adbe9c43c60764036efbe0d5545.tar.gz |
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
Diffstat (limited to 'mail/arrow')
-rw-r--r-- | mail/arrow/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/arrow/Makefile b/mail/arrow/Makefile index 1c90ec2..374d059 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} |