diff options
author | andreas <andreas@FreeBSD.org> | 1999-05-15 01:14:35 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-05-15 01:14:35 +0000 |
commit | 1e1650308b65d75b7478e87bcb263c2052649c51 (patch) | |
tree | dd42d677b43f843320e9a4b09b08a34f8736f168 /print/ghostscript6 | |
parent | 988daa28d5644f46d43759f17f7409446d92f94e (diff) | |
download | FreeBSD-ports-1e1650308b65d75b7478e87bcb263c2052649c51.zip FreeBSD-ports-1e1650308b65d75b7478e87bcb263c2052649c51.tar.gz |
unix-lpr.sh and lprsetup.sh are missing from the package.
fixed install target and PLIST file.
Reported by: Marko Schuetz <marko@ki.informatik.uni-frankfurt.de>
Diffstat (limited to 'print/ghostscript6')
-rw-r--r-- | print/ghostscript6/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript6/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 9a55159..c57b13f 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $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/ghostscript6/pkg-plist b/print/ghostscript6/pkg-plist index f33ceee..a0e973d 100644 --- a/print/ghostscript6/pkg-plist +++ b/print/ghostscript6/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 |