summaryrefslogtreecommitdiff
path: root/print/ghostscript5/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-04-09 23:48:50 +0000
committerjlam <jlam>2000-04-09 23:48:50 +0000
commitf683e58fc2fc4316cf017f2f9e1dd4c3e4890471 (patch)
treec7b3cf863ecebeeadb66b24e30f2b396033a64ae /print/ghostscript5/Makefile
parent309b9a5ccbc19426f4fbb4143b1cb1eb3d19ead0 (diff)
downloadpkgsrc-f683e58fc2fc4316cf017f2f9e1dd4c3e4890471.tar.gz
Install non-X11 ghostscript binary as gstty
Diffstat (limited to 'print/ghostscript5/Makefile')
-rw-r--r--print/ghostscript5/Makefile6
1 files changed, 4 insertions, 2 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"