diff options
author | mita <mita@FreeBSD.org> | 2001-11-08 08:26:27 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2001-11-08 08:26:27 +0800 |
commit | 6ff5f983d8919740de4a463005ca4e55dc5bc526 (patch) | |
tree | 50fc92815eca9a3b5a7169ee32d580baf5d23606 /japanese/vfghostscript5 | |
parent | e0814c887f059d1bdceb845cd778c1f0edb4d713 (diff) | |
download | freebsd-ports-gnome-6ff5f983d8919740de4a463005ca4e55dc5bc526.tar.gz freebsd-ports-gnome-6ff5f983d8919740de4a463005ca4e55dc5bc526.tar.zst freebsd-ports-gnome-6ff5f983d8919740de4a463005ca4e55dc5bc526.zip |
Latest version of ja-vfghostscript is 5.5.x rather than 5.1.
Submitted by: knu
Diffstat (limited to 'japanese/vfghostscript5')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index e1704e44a00d..867cfc14980a 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -69,6 +69,9 @@ GS_DRIVERS+= epag-3.09.tar.gz # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps +# Latest version is rather ja-vfghostscript-5.5.x +NO_LATEST_LINK=yes + post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg @${TAR} -C ${WRKSRC} --unlink -xzf ${_DISTDIR}/gs${PORTVERSION}-vflib-1.2.tar.gz |