diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-03 01:38:33 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-03 01:38:33 +0000 |
commit | 55f96bbeb91962d430e5a5f415136a9d80929bd4 (patch) | |
tree | 5fd09d81cda8818da16a46047a231bad85e66b4a /japanese/vfghostscript5 | |
parent | c264018515f69f3ee3fd439298c4ab8a8c279632 (diff) | |
download | ports-55f96bbeb91962d430e5a5f415136a9d80929bd4.tar.gz ports-55f96bbeb91962d430e5a5f415136a9d80929bd4.zip |
Notes
Diffstat (limited to 'japanese/vfghostscript5')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index ff683938d6ba..13a5adf33244 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/12/30 21:12:51 max Exp $ +# $Id: Makefile,v 1.3 1997/01/01 15:40:14 torstenb Exp $ # DISTNAME= ghostscript-4.03 @@ -34,6 +34,10 @@ GS_DRIVERS= gs4.03-vflib.tar.gz GS_DRIVERS+= gdevlips4-1.0.1.tar.gz GS_DRIVERS+= gdevbitps-1.0.tar.gz GS_DRIVERS+= gdevmjc-0.7.tar.gz +# Note: the following two are real files that have symlinks with +# later version numbers pointing to them. To avoid unnecessarily +# downloading distfiles, do not change these when upgrading the port +# unless the files really change. GS_FONTS_STD= ghostscript-fonts-std-4.0.tar.gz GS_FONTS_OTHER= ghostscript-fonts-other-3.0.tar.gz |