mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
fix REINPLACE_CMD last commit
PR: 39365 Submitted by: maintainer
This commit is contained in:
parent
1190e9c245
commit
b6e54fb48a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61386
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue