diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 05:16:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 05:16:03 +0800 |
commit | 3260f19519792836ce8084b7e21766ec7b5116eb (patch) | |
tree | e8bfe0049668322a4e3b972fb9b8c3a99c4b9ab2 /print/ghostscript-afpl | |
parent | 9cab7b6f0eef2c5bb9cae7d15f56e3fcd5e225ee (diff) | |
download | freebsd-ports-graphics-3260f19519792836ce8084b7e21766ec7b5116eb.tar.gz freebsd-ports-graphics-3260f19519792836ce8084b7e21766ec7b5116eb.tar.zst freebsd-ports-graphics-3260f19519792836ce8084b7e21766ec7b5116eb.zip |
Fix package build
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-afpl/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index a31244e28fa..bb3b902e01a 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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/ghostscript-afpl/Makefile.inc b/print/ghostscript-afpl/Makefile.inc index fff1fe5e916..39e493003cf 100644 --- a/print/ghostscript-afpl/Makefile.inc +++ b/print/ghostscript-afpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.14 -GS_REVISION= 3 +GS_REVISION= 4 GS_EPOCH= 1 |