summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-11-12 00:44:39 +0000
committertron <tron@pkgsrc.org>1998-11-12 00:44:39 +0000
commite0a31937c5b914a59d87314c06472062aa776ffb (patch)
treeb2a0645edb913e3a92245341f852cbc7ae9b8caf /print
parent39df3572c152b1bcd44344dd5c044f596fda0a85 (diff)
downloadpkgsrc-e0a31937c5b914a59d87314c06472062aa776ffb.tar.gz
Put back "pre-clean" target to get "jpeg-6b" cleaned, too.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript5/Makefile5
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"