diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-08-03 22:52:13 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-08-03 22:52:13 +0000 |
commit | d6ab1825958b9e4a8f797afa31327b2b669549a2 (patch) | |
tree | 153dd416f30dc4e523cabadbfc5ae7848a1324c1 /palm | |
parent | Upgrade to 3.5.1 (diff) |
Add `-E' option to REINPLACE_ARGS.
PR: 40749, 41085
Submitted by: Shaun Branden <shaun@pcuse.com>,
Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>,
and maintainer
Notes
Notes:
svn path=/head/; revision=63937
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 1cca67f95260..b99392ca7447 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR GNU_CONFIGURE= yes USE_REINPLACE= yes +REINPLACE_ARGS= -i.bak -E # The ColdSync.3 man page describes a Perl package. That's why it goes # in the Perl manpage directory. |