aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xfed
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-07 01:57:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-07 01:57:29 +0000
commitdf6824661ed8502ea7e3278f3e481b9ccd95b951 (patch)
tree25f2dc2dfdce61bc98c898746204175a918ba138 /x11-fonts/xfed
parentc749f16a7a0ce96005f09ba0c6faa59e9e589fc7 (diff)
downloadports-df6824661ed8502ea7e3278f3e481b9ccd95b951.tar.gz
ports-df6824661ed8502ea7e3278f3e481b9ccd95b951.zip
Add a pre-clean target to delete the "src" subdirectory, which is a
staging area to create the tarball during fetch.
Notes
Notes: svn path=/head/; revision=2794
Diffstat (limited to 'x11-fonts/xfed')
-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 c4f4f94cd798..87a7a9d4f190 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>