diff options
Diffstat (limited to 'print/ghostscript5/Makefile')
-rw-r--r-- | print/ghostscript5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index cf9cd848767..f91c2ac665b 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 1998/11/11 11:58:55 frueauf Exp $ +# $NetBSD: Makefile,v 1.29 1998/11/12 00:44:39 tron Exp $ # DISTNAME= ghostscript-5.50 @@ -80,4 +80,7 @@ pre-install: post-install: strip ${PREFIX}/bin/gs +pre-clean: + @cd ../../graphics/jpeg && ${MAKE} clean + .include "../../mk/bsd.pkg.mk" |