diff options
author | mita <mita@FreeBSD.org> | 2002-01-22 12:23:51 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-01-22 12:23:51 +0800 |
commit | 5b1fc9108b4d8e9668fc7fddf212529841355960 (patch) | |
tree | 85ff9b3918e49848ab5da5069bdbd6918c2cff00 /print/ghostscript-gnu-commfont/Makefile | |
parent | 460e39bbb2bf017f949f0e6b9664d66dd466a1f4 (diff) | |
download | freebsd-ports-gnome-5b1fc9108b4d8e9668fc7fddf212529841355960.tar.gz freebsd-ports-gnome-5b1fc9108b4d8e9668fc7fddf212529841355960.tar.zst freebsd-ports-gnome-5b1fc9108b4d8e9668fc7fddf212529841355960.zip |
print/ghostscript-gnu-cjk follows print/ghostscript-gnu
PR: ports/34140
Submitted by: KATO Tsuguru <tkato@prontomail.com>
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 ..." |