diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-16 19:00:32 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-16 19:00:32 +0000 |
commit | ceb8893cf306504ff17661c979c2fd36227bb93a (patch) | |
tree | 093012d9d62bb6bd3bd8a4dc8b8a553a5935775f /net/rsync | |
parent | 8b67a12954155cda89aea24e79d0668270b7d359 (diff) | |
download | FreeBSD-ports-ceb8893cf306504ff17661c979c2fd36227bb93a.zip FreeBSD-ports-ceb8893cf306504ff17661c979c2fd36227bb93a.tar.gz |
fix REINPLACE_CMD last commit
PR: 39365
Submitted by: maintainer
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 3e695f5..093017a 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -47,9 +47,11 @@ MAN5= rsyncd.conf.5 pre-configure: @${REINPLACE_CMD} -e 's:/etc/:${PREFIX}/etc/:g' \ ${WRKSRC}/rsync.h ${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 + @${RM} ${WRKSRC}/rsync.h.bak @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ ${WRKSRC}/rsync.h ${WRKSRC}/zlib/zutil.h .if defined(WITH_SSH) + @${RM} ${WRKSRC}/rsync.h.bak @${REINPLACE_CMD} -e 's/"rsh"/"ssh"/g' ${WRKSRC}/rsync.h .endif |