summaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-16 19:00:32 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-16 19:00:32 +0000
commitceb8893cf306504ff17661c979c2fd36227bb93a (patch)
tree093012d9d62bb6bd3bd8a4dc8b8a553a5935775f /net/rsync
parent8b67a12954155cda89aea24e79d0668270b7d359 (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud