aboutsummaryrefslogtreecommitdiff
path: root/lang/dice
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-03-17 05:39:01 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-03-17 05:39:01 +0000
commit6732d24701a5e1801252463984e784faa720872c (patch)
treebbbabf4f7ef1c398ba042349efc404819b72feec /lang/dice
parent19838e89280644b2f81d070a7f94c15ae07bf31a (diff)
downloadports-6732d24701a5e1801252463984e784faa720872c.tar.gz
ports-6732d24701a5e1801252463984e784faa720872c.zip
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)
Notes
Notes: svn path=/head/; revision=77146
Diffstat (limited to 'lang/dice')
-rw-r--r--lang/dice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/dice/Makefile b/lang/dice/Makefile
index 2f31d11a2a1e..9dcf387ccade 100644
--- a/lang/dice/Makefile
+++ b/lang/dice/Makefile
@@ -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; \