From f683e58fc2fc4316cf017f2f9e1dd4c3e4890471 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 9 Apr 2000 23:48:50 +0000 Subject: Install non-X11 ghostscript binary as gstty --- print/ghostscript5/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/ghostscript5/Makefile') diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index 7778d11d52c..60d1f5024d7 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2000/03/24 18:15:29 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2000/04/09 23:48:50 jlam Exp $ MASTER_SITES+= http://www.ozemail.com.au/~geoffk/pdfencrypt/ DISTFILES+= ${GS_FONTS_STD} ${GS_FONTS_OTHER} ${PDF_SEC} @@ -27,6 +27,8 @@ pre-install: ${PAX} -zrf ${_DISTDIR}/${GS_FONTS_OTHER} post-install: - strip ${PREFIX}/bin/gs + ${LN} -sf gs.1 ${PREFIX}/man/man1/gstty.1 + ${MV} ${PREFIX}/bin/gs ${PREFIX}/bin/gstty + strip ${PREFIX}/bin/gstty .include "../../print/ghostscript5/Makefile.common" -- cgit v1.2.3