diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 07:41:29 +0000 |
commit | 52619586269c9e817bdf8a8496e70376ba957597 (patch) | |
tree | 91ac46dd366a9b5bee3465be0e79bf7e9f4efd10 /print/gsfonts | |
parent | 651269fa962f1c06139c612b72c1e21091612a60 (diff) | |
download | ports-52619586269c9e817bdf8a8496e70376ba957597.tar.gz ports-52619586269c9e817bdf8a8496e70376ba957597.zip |
Notes
Diffstat (limited to 'print/gsfonts')
-rw-r--r-- | print/gsfonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile index e3f9d7380d91..bb389b51eb20 100644 --- a/print/gsfonts/Makefile +++ b/print/gsfonts/Makefile @@ -3,13 +3,14 @@ # Date created: 11 September 1997 # Whom: giffunip # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/24 12:13:20 jseger Exp $ # DISTNAME= gsfonts-5.10 CATEGORIES= print MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/ \ $(MASTER_SITE_GNU) +MASTER_SITE_SUBDIR= ghostscript DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER} MAINTAINER= ports@FreeBSD.org |