diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 21:16:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 21:16:03 +0000 |
commit | b2aba9d5bc5f6b45a3b83441f95428a5530c73a2 (patch) | |
tree | 7d108e15b215df47b9385405c35105f79e625eb3 /print/ghostscript8 | |
parent | 35c8dae828d1bc0143a04790cb0bdad00ec2014a (diff) | |
download | ports-b2aba9d5bc5f6b45a3b83441f95428a5530c73a2.tar.gz ports-b2aba9d5bc5f6b45a3b83441f95428a5530c73a2.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index a31244e28fa7..bb3b902e01ab 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -503,7 +503,7 @@ post-install: # for EPLASER driver ${ECHO_MSG} ">>> installing ${EPLASER} docs ..." ${MKDIR} ${DOCSDIR}/${GS_VERSION}/${EPLASER} -.for i in readme-eplaser-705.euc readme-eplaser-705-jp.euc +.for i in readme-eplaser-705.euc ${INSTALL_DATA} ${WRKSRC}/${EPLASER_NAME}/${i} \ ${DOCSDIR}/${GS_VERSION}/${EPLASER} .endfor diff --git a/print/ghostscript8/Makefile.inc b/print/ghostscript8/Makefile.inc index fff1fe5e9165..39e493003cff 100644 --- a/print/ghostscript8/Makefile.inc +++ b/print/ghostscript8/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.14 -GS_REVISION= 3 +GS_REVISION= 4 GS_EPOCH= 1 |