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:
Adam Weinberger 2003-03-17 05:39:01 +00:00
parent 19838e8928
commit 6732d24701
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77146

View file

@ -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; \