aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-20 02:58:05 +0800
committerpat <pat@FreeBSD.org>2002-06-20 02:58:05 +0800
commitbde5a68d7da88ef71e4255008e7a362ebc78dd14 (patch)
tree15fe5878d0fd596b60297f773e3d95a16685110f /net/rsync
parent084844dedb2da4a3949ad491871b828a2017486c (diff)
downloadfreebsd-ports-gnome-bde5a68d7da88ef71e4255008e7a362ebc78dd14.tar.gz
freebsd-ports-gnome-bde5a68d7da88ef71e4255008e7a362ebc78dd14.tar.zst
freebsd-ports-gnome-bde5a68d7da88ef71e4255008e7a362ebc78dd14.zip
Dont remove .bak files
PR: 39535 Submitted by: maintainer
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