diff options
author | asami <asami@FreeBSD.org> | 1996-12-17 13:33:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-17 13:33:18 +0800 |
commit | 9eec44c025052955abb12cad53f85bae63f93a6c (patch) | |
tree | c3daf8ed75cf30d15b83c85229b56f8075eaac4b /games | |
parent | 9258fee2506469518250da7b2d47639a1520117e (diff) | |
download | freebsd-ports-gnome-9eec44c025052955abb12cad53f85bae63f93a6c.tar.gz freebsd-ports-gnome-9eec44c025052955abb12cad53f85bae63f93a6c.tar.zst freebsd-ports-gnome-9eec44c025052955abb12cad53f85bae63f93a6c.zip |
Remove ${DISTNAME}.tar.gz in pre-clean target, it is built from the real
distfile in the do-extract target.
Found by: msmith's pib distfile checker
Diffstat (limited to 'games')
-rw-r--r-- | games/xemeraldia/Makefile | 5 |
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> |