From 331d7cf5cb0f571aaa1b474131b59ef9caf48921 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 2 Mar 2000 20:58:23 +0000 Subject: We already DEPEND on ghostscript, we don't have to write it on the screen, too. --- print/gv/Makefile | 3 +-- print/gv/pkg/INSTALL | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 print/gv/pkg/INSTALL (limited to 'print/gv') 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 -- cgit v1.2.3