aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-03-17 13:39:01 +0800
committeradamw <adamw@FreeBSD.org>2003-03-17 13:39:01 +0800
commit9fb2932d1a28f679284337cf01d1b104b1d9201c (patch)
treef6d849c3383b70deb3f90bcbb1bd97ce962aeee4
parent649bdebea64a963d35461f937428e136fc7c8019 (diff)
downloadfreebsd-ports-graphics-9fb2932d1a28f679284337cf01d1b104b1d9201c.tar.gz
freebsd-ports-graphics-9fb2932d1a28f679284337cf01d1b104b1d9201c.tar.zst
freebsd-ports-graphics-9fb2932d1a28f679284337cf01d1b104b1d9201c.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)
-rw-r--r--lang/dice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/dice/Makefile b/lang/dice/Makefile
index 2f31d11a2a1..9dcf387ccad 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; \