diff options
author | lioux <lioux@FreeBSD.org> | 2001-01-04 02:54:21 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-01-04 02:54:21 +0800 |
commit | 0af6a30c10d33adbe9c43c60764036efbe0d5545 (patch) | |
tree | d0890f68f28d0c289d708e2893f343eccae64bc7 /mail | |
parent | 85e29c2090b140c4c0c2e1622d96aeb2d08722c3 (diff) | |
download | freebsd-ports-gnome-0af6a30c10d33adbe9c43c60764036efbe0d5545.tar.gz freebsd-ports-gnome-0af6a30c10d33adbe9c43c60764036efbe0d5545.tar.zst freebsd-ports-gnome-0af6a30c10d33adbe9c43c60764036efbe0d5545.zip |
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')
-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 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} |