diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:13:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:13:17 +0000 |
commit | 4caeb2dd998b993c54b34dbe47c3122dd224941d (patch) | |
tree | 486eeef083da90d6a1905be94a3038b70461e1ab /print/ghostscript-afpl/Makefile | |
parent | c3972c6a2448d8adc6c5fa2f819179ac1e3efc4f (diff) |
Notes
Diffstat (limited to 'print/ghostscript-afpl/Makefile')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index c3ae9972a8d1..a31244e28fa7 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -175,7 +175,7 @@ EPAG_SRCS= ${EPAG_NAME}.tar.gz # EPLASER - additional driver for ESC/Page printers (Epson Kowa developed) # http://www.epkowa.co.jp/english/linux_e/index.html EPLASER= eplaser -EPLASER_VERS= 3.1.3 +EPLASER_VERS= 3.1.4 EPLASER_NAME= ${EPLASER}-${EPLASER_VERS} EPLASER_SRCS= ${EPLASER_NAME}-705.tgz @@ -225,7 +225,7 @@ post-extract: ${ECHO_MSG} ">>> in post-extract ..." # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure, -# which update unix-gcc.mak to build gs with these new devices ! +# which update unix-gcc.mak to build gs with these new devices! # # for HP8XX driver ${ECHO_MSG} ">>> extracting ${HP8XX_SRCS} ..." @@ -431,7 +431,7 @@ pre-build: ${WRKSRC}/freetype/objs/freetype214MT_D.a .endif -pre-install: +pre-su-install: ${ECHO_MSG} ">>> in pre-install ..." ${ECHO_MSG} ">>> creating ghostscript destdir ..." ${MKDIR} ${DATADIR} |