summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--graphics/xv/Makefile6
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.mk>