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