diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 21:59:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 21:59:37 +0000 |
commit | 45b42cea28421c98f4e11975201fbce5f6e0100d (patch) | |
tree | bf93f931387113daad567dbd643f96cb92b36462 | |
parent | Directories end in '/' in MASTER_SITES. (diff) |
Fixup MASTER_SITE_SUBDIR.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=19317
-rw-r--r-- | devel/t1lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index 9635442ea678..d8464cbb69c1 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -3,13 +3,13 @@ # Date created: 13, May, 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/06 17:33:48 steve Exp $ # DISTNAME= t1lib-0.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= lib/graphics +MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= ijliao@csie.nctu.edu.tw |