mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Unbreak mail/ftrack after move to REINPLACE
Noticed by: benot
This commit is contained in:
parent
9d2ba0bd5a
commit
eea75a8553
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69485
@ -27,7 +27,10 @@ pre-patch:
|
||||
s@../../src/@src/@g; s@g\+\+@${CC}@g; \
|
||||
s@-L../smapi -lsmapibsd@-L${LOCALBASE}/lib -lsmapi@g" ${WRKSRC}/MakeFiles/FreeBSD/Makefile
|
||||
.for DIR in MakeFiles/FreeBSD src hpp doc/eng samples/tpl
|
||||
${REINPLACE_CMD} -e 's!\r!!' ${WRKSRC}/${DIR}/*
|
||||
for FILE in ${WRKSRC}/${DIR}/*; do \
|
||||
${TR} -d '\015' < $${FILE} > $${FILE}.new; \
|
||||
${MV} $${FILE}.new $${FILE}; \
|
||||
done
|
||||
.endfor
|
||||
|
||||
pre-configure:
|
||||
|
Loading…
Reference in New Issue
Block a user