summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-19 18:58:05 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-19 18:58:05 +0000
commit265fc6e1babed28f52ec0f8396a2fbc941331798 (patch)
tree89a8a0495b289ade9c1fde3aac214b185105c7f9 /net/rsync
parentUpdate with current information (diff)
Dont remove .bak files
PR: 39535 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61581
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 28517aba200d..fd158c85f7d2 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -47,11 +47,9 @@ 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