diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-01-22 04:23:51 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-01-22 04:23:51 +0000 |
commit | 9e36160fff41ad764305532e8da933739c525b2a (patch) | |
tree | c830370620444e6f448f585ef53410d4fd469cea /print/ghostscript-gnu-commfont/Makefile | |
parent | 96f34d936aa769129f8e0c5dfdd371b9e22eb22e (diff) |
print/ghostscript-gnu-cjk follows print/ghostscript-gnu
PR: ports/34140
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=53514
Diffstat (limited to 'print/ghostscript-gnu-commfont/Makefile')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile b/print/ghostscript-gnu-commfont/Makefile index 37994b854ae6..f01c701c123e 100644 --- a/print/ghostscript-gnu-commfont/Makefile +++ b/print/ghostscript-gnu-commfont/Makefile @@ -63,7 +63,7 @@ CJKEXM= all_ac1.ps gscjk_ac.ps all_ag1.ps gscjk_ag.ps all_aj1.ps \ # Other printer drivers are for those sold in Japan. # Addition for Chinese, Korean printers are welcome. # -# gimp-print - very high quality driver for Epson, HPs,... +# Gimp-print - very high quality driver for Epson, HPs,... GPRINT= gimp-print GPRINT_VERS= 4.2.0 GPRINT_NAME= ${GPRINT}-${GPRINT_VERS} @@ -72,7 +72,7 @@ GPRINT_SITE= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,gimp-print,} # HPinkjet - HP developed printer driver for PhotoSmart/DeskJet series HPIJS= hpijs -HPIJS_VERS= 1.0.1 +HPIJS_VERS= 1.0.2 HPIJS_NAME= ${HPIJS}-${HPIJS_VERS} HPIJS_SRC= ${HPIJS_NAME}.tar.gz HPIJS_SITE= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,hpinkjet,} @@ -205,8 +205,8 @@ post-patch: ${WRKDIR}/${GS_CJK}/examples_${i}.patch .endfor # for HPinkjet driver - find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ - 's|#include <malloc.h>||g' + ${PERL} -pi -e 's|#include <malloc.h>||g' \ + ${WRKSRC}/${HPIJS_NAME}/platform.h pre-configure: ${ECHO_MSG} ">>> in pre-configure ..." |