mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
loadabs.c.bak gets created, for some reason, as part of the build process,
and never gets deleted. Let's ${RM} this file before installing the port. Noticed by: kris Approved by: kris (portmgr)
This commit is contained in:
parent
19838e8928
commit
6732d24701
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77146
@ -32,6 +32,7 @@ post-patch:
|
||||
${REINPLACE_CMD} -e 's@__aligned@dice_aligned@g'
|
||||
|
||||
do-install:
|
||||
@${RM} ${WRKSRC}/doc/loadabs.c.bak
|
||||
@for i in ${WRKSRC}/ubin/*; \
|
||||
do \
|
||||
${INSTALL_PROGRAM} $$i ${PREFIX}/bin; \
|
||||
|
Loading…
Reference in New Issue
Block a user