aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-03-07 09:57:29 +0800
committerasami <asami@FreeBSD.org>1996-03-07 09:57:29 +0800
commit0fe62c00ade9867af5684759b57ded97dbbb16dc (patch)
tree4262394a61d9f924d669b441caee82226401abfc /x11-fonts
parentf021738f83f9ad68f1d53643546e5ed69670abbd (diff)
downloadfreebsd-ports-graphics-0fe62c00ade9867af5684759b57ded97dbbb16dc.tar.gz
freebsd-ports-graphics-0fe62c00ade9867af5684759b57ded97dbbb16dc.tar.zst
freebsd-ports-graphics-0fe62c00ade9867af5684759b57ded97dbbb16dc.zip
Add a pre-clean target to delete the "src" subdirectory, which is a
staging area to create the tarball during fetch.
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/xfed/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile
index c4f4f94cd79..87a7a9d4f19 100644
--- a/x11-fonts/xfed/Makefile
+++ b/x11-fonts/xfed/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.8 1995/04/12 20:31:57 asami Exp $
+# $Id: Makefile,v 1.9 1995/04/22 11:58:42 asami Exp $
#
DISTNAME= xfed
@@ -42,4 +42,7 @@ do-fetch:
fi
.endif
+pre-clean:
+ -rm -rf ${.CURDIR}/src
+
.include <bsd.port.mk>