pre-clean target not necessary anymore.

bsd.port.mk contains this already.
This commit is contained in:
Andreas Klemm 1997-09-22 17:01:09 +00:00
parent 3d91be32c6
commit b1e529b74a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7994
2 changed files with 2 additions and 14 deletions

View File

@ -3,7 +3,7 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.12 1997/04/30 03:18:08 asami Exp $
# $Id: Makefile,v 1.13 1997/09/11 19:56:44 andreas Exp $
#
DISTNAME= apsfilter-4.9.3
@ -22,10 +22,4 @@ NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/apsfilter
pre-clean:
@(cd ${PORTSDIR}/print/ghostscript4 ; ${MAKE} clean)
@(cd ${PORTSDIR}/print/transfig ; ${MAKE} clean)
@(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean)
@(cd ${PORTSDIR}/graphics/netpbm ; ${MAKE} clean)
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.12 1997/04/30 03:18:08 asami Exp $
# $Id: Makefile,v 1.13 1997/09/11 19:56:44 andreas Exp $
#
DISTNAME= apsfilter-4.9.3
@ -22,10 +22,4 @@ NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/apsfilter
pre-clean:
@(cd ${PORTSDIR}/print/ghostscript4 ; ${MAKE} clean)
@(cd ${PORTSDIR}/print/transfig ; ${MAKE} clean)
@(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean)
@(cd ${PORTSDIR}/graphics/netpbm ; ${MAKE} clean)
.include <bsd.port.mk>