diff options
author | okazaki <okazaki@FreeBSD.org> | 2002-08-04 06:52:13 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2002-08-04 06:52:13 +0800 |
commit | dfcfdc208a1f18cb09c38032bc5ff614de1e1224 (patch) | |
tree | 193f81be8b95519af4613113aac8f4699ea78103 /palm | |
parent | 89ef1674de8f9c479976974527de6cd82cf8e983 (diff) | |
download | freebsd-ports-gnome-dfcfdc208a1f18cb09c38032bc5ff614de1e1224.tar.gz freebsd-ports-gnome-dfcfdc208a1f18cb09c38032bc5ff614de1e1224.tar.zst freebsd-ports-gnome-dfcfdc208a1f18cb09c38032bc5ff614de1e1224.zip |
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
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. |