summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-02 20:58:23 +0000
committerwiz <wiz>2000-03-02 20:58:23 +0000
commit00f6e80b37d42e11e2f46c7b7a572eb5d7536ae2 (patch)
tree5bdbb6100cc111204a1d20d1695ec2c2aa0962a4 /print
parentbf57b08ebc26b0390cd1cd261a276cbd8af117a7 (diff)
downloadpkgsrc-00f6e80b37d42e11e2f46c7b7a572eb5d7536ae2.tar.gz
We already DEPEND on ghostscript, we don't have to write it on the
screen, too.
Diffstat (limited to 'print')
-rw-r--r--print/gv/Makefile3
-rw-r--r--print/gv/pkg/INSTALL12
2 files changed, 1 insertions, 14 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index df494eb618a..1114d27bb25 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/08/26 15:05:16 tron Exp $
+# $NetBSD: Makefile,v 1.21 2000/03/02 20:58:23 wiz Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
@@ -26,6 +26,5 @@ post-extract:
post-install:
@(cd ${WRKSRC}; ${MAKE} install.doc)
- @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include "../../mk/bsd.pkg.mk"
diff --git a/print/gv/pkg/INSTALL b/print/gv/pkg/INSTALL
deleted file mode 100644
index fb701934ed6..00000000000
--- a/print/gv/pkg/INSTALL
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 1998/08/07 11:11:26 agc Exp $
-#
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-if ! which gs >/dev/null; then
- echo "I can't find ghostscript (gs) in your search path."
- echo "Please install your favorite version of ghostscript,"
- echo "otherwise this program is useless."
-fi