aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/xemeraldia/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile
index af1dd949be86..7cb8006b50ca 100644
--- a/games/xemeraldia/Makefile
+++ b/games/xemeraldia/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Mar 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1995/04/20 18:21:06 asami Exp $
+# $Id: Makefile,v 1.10 1996/11/18 11:25:25 asami Exp $
#
DISTNAME= xemeraldia-0.3
@@ -30,4 +30,7 @@ post-install:
touch ${PREFIX}/lib/X11/.xemeraldia.scores
chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores
+pre-clean:
+ @rm -f ${DISTDIR}/${DISTNAME}.tar.gz
+
.include <bsd.port.mk>