diff options
author | tron <tron> | 1998-11-12 00:44:39 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-12 00:44:39 +0000 |
commit | f6567bd0abb7083095b91920e1e92fd31234df65 (patch) | |
tree | b2a0645edb913e3a92245341f852cbc7ae9b8caf /print | |
parent | 5d5acdfe1284883c556fad8b537f4049b4cceeec (diff) | |
download | pkgsrc-f6567bd0abb7083095b91920e1e92fd31234df65.tar.gz |
Put back "pre-clean" target to get "jpeg-6b" cleaned, too.
Diffstat (limited to 'print')
-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" |