From 1e1650308b65d75b7478e87bcb263c2052649c51 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 15 May 1999 01:14:35 +0000 Subject: unix-lpr.sh and lprsetup.sh are missing from the package. fixed install target and PLIST file. Reported by: Marko Schuetz --- print/ghostscript8/Makefile | 4 +++- print/ghostscript8/pkg-plist | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'print/ghostscript8') diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 9a5515947f23..c57b13fdadd9 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm # -# $Id: Makefile,v 1.31 1999/01/21 18:08:50 vanilla Exp $ +# $Id: Makefile,v 1.32 1999/01/23 07:05:22 vanilla Exp $ # DISTNAME= ghostscript-5.50 @@ -83,6 +83,8 @@ pre-install: # install the readme and license file of the hp8xxx driver as well post-install: strip ${PREFIX}/bin/gs + ${INSTALL_SCRIPT} ${WRKSRC}/unix-lpr.sh ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/lprsetup.sh ${PREFIX}/bin ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/5.50 ${INSTALL_DATA} ${WRKSRC}/license.hp8 \ diff --git a/print/ghostscript8/pkg-plist b/print/ghostscript8/pkg-plist index f33ceeedc537..a0e973d0d991 100644 --- a/print/ghostscript8/pkg-plist +++ b/print/ghostscript8/pkg-plist @@ -8,6 +8,7 @@ bin/gsdj500 bin/gslj bin/gslp bin/gsnd +bin/lprsetup.sh bin/pdf2dsc bin/pdf2ps bin/printafm @@ -15,6 +16,7 @@ bin/ps2ascii bin/ps2epsi bin/ps2pdf bin/ps2ps +bin/unix-lpr.sh bin/wftopfa share/ghostscript/5.50/Fontmap share/ghostscript/5.50/acctest.ps -- cgit