diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-22 17:01:09 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-22 17:01:09 +0000 |
commit | b1e529b74a3ab755087f3ce4529e943729d8bab0 (patch) | |
tree | 7bfefa26a2ecfe42b3506164fdcf973dd5c11d31 | |
parent | Use ISO639 language code instead of ISO3166 country code for PKGNAME. (diff) |
pre-clean target not necessary anymore.
bsd.port.mk contains this already.
Notes
Notes:
svn path=/head/; revision=7994
-rw-r--r-- | print/apsfilter/Makefile | 8 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index d9e943b14ef8..e311cf6c5ae7 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -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> diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index d9e943b14ef8..e311cf6c5ae7 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -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> |