From cafa684b25d47456390d8b4a1364e8febc2b9566 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 22 Sep 1996 08:56:34 +0000 Subject: Added pre-clean target. When doing 'make clean' then clean tiff and jpeg as well. Reviewed by: Submitted by: Obtained from: --- graphics/xv/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphics/xv/Makefile') diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index b72a2f53319e..770bdbde2ab3 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.10 1995/12/20 10:49:09 asami Exp $ +# $Id: Makefile,v 1.11 1996/03/06 12:53:01 asami Exp $ # DISTNAME= xv-3.10a @@ -22,4 +22,8 @@ post-install: cp ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv .endif +pre-clean: + @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean) + @(cd ${PORTSDIR}/graphics/tiff ; ${MAKE} clean) + .include -- cgit v1.2.3