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/ghostscript7 | |
parent | 35c8dae828d1bc0143a04790cb0bdad00ec2014a (diff) | |
download | ports-b2aba9d5bc5f6b45a3b83441f95428a5530c73a2.tar.gz ports-b2aba9d5bc5f6b45a3b83441f95428a5530c73a2.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index afef526148dd..e376967aaf6a 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -651,7 +651,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/ghostscript7/Makefile.inc b/print/ghostscript7/Makefile.inc index 5a26e4967109..6861f8f85aa9 100644 --- a/print/ghostscript7/Makefile.inc +++ b/print/ghostscript7/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 7.07 -GS_REVISION= 9 +GS_REVISION= 10 GS_EPOCH= 0 |