diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-09 23:48:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-09 23:48:50 +0000 |
commit | 45407b1fdd27b8407cde6f6b9c962c07cde7b0d2 (patch) | |
tree | c7b3cf863ecebeeadb66b24e30f2b396033a64ae /print | |
parent | 0f42490879bb5968cf789a4965f595080c681475 (diff) | |
download | pkgsrc-45407b1fdd27b8407cde6f6b9c962c07cde7b0d2.tar.gz |
Install non-X11 ghostscript binary as gstty
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript5/pkg/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
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" diff --git a/print/ghostscript5/pkg/PLIST b/print/ghostscript5/pkg/PLIST index 6c453e4e9bf..32ea6eb69c9 100644 --- a/print/ghostscript5/pkg/PLIST +++ b/print/ghostscript5/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/11/15 11:36:10 rh Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/04/09 23:48:51 jlam Exp $ bin/bdftops bin/dvipdf bin/font2c @@ -9,6 +9,7 @@ bin/gsdj500 bin/gslj bin/gslp bin/gsnd +bin/gstty bin/pdf2dsc bin/pdf2ps bin/printafm |