mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
This commit is contained in:
parent
bf79fcb3d2
commit
f38a246372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18829
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user