aboutsummaryrefslogtreecommitdiffstats
path: root/lang/dice
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 /lang/dice
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)
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 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; \
t/cgit.cgi/freebsd-ports-gnome/commit/misc/kde3-i18n-nn?id=60ff6f684b59c131c3404776020f85d5797b99f4'>Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-2/+8 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-227-128/+343 * gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2 * Stage 1 of gettext update.ade2002-03-161-1/+1 * Add WWW.demon2001-12-281-0/+2 * Update to 2.2.2.demon2001-12-133-9/+16 * Upgrade to 2.2.1.demon2001-10-276-26/+23 * Set DIST_SUBDIR=KDEdemon2001-09-112-1/+2 * MAINTAINER -> kde@FreeBSD.orgdemon2001-09-011-1/+1 * Fix installation in a slightly different way.demon2001-08-212-6/+8 * Remove two languages not presented in new version.demon2001-08-201-3/+1 * Forgot to remove debug comment.demon2001-08-161-1/+1 * Upgrade to 2.2.demon2001-08-165-8/+31 * Remove Ukrainian from BATCH builds.demon2001-07-051-1/+1 * Exclude de, fr, ja, ru, zh_CN, zh_TW from bento's package.demon2001-04-171-1/+1 * Sort languages by name.demon2001-04-131-10/+10 * Examine LINGUAS variable before BATCH.demon2001-04-111-5/+5 * Allow to override MAINTAINER and CATEGORIES (in slave ports).demon2001-04-101-2/+2 * Add the ability to select which languages to install via dialog(1)-baseddemon2001-04-102-0/+87 * Update to 2.1.1demon2001-04-063-13/+2 * Overhaul QT/KDE support:will2001-04-031-2/+2 * New port: localized messages and documentation for KDE2.demon2001-03-02