diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-01-22 00:41:36 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-01-22 00:41:36 +0000 |
commit | b43892bb6c9a4623fee95f9a2b495c8d62696d13 (patch) | |
tree | 8ead2763a8640a6c47610d7a139cf21c5bdab285 | |
parent | be07a9b2bace8a7ab2d50eeae0e4c5c54148b7c8 (diff) | |
download | freebsd-ports-b43892bb6c9a4623fee95f9a2b495c8d62696d13.zip |
Fix MASTER_SITES.
Submitted by: distfile checker
-rw-r--r-- | x11/xcolors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 52b71daa445e..43ad9ff1ed8d 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -3,13 +3,13 @@ # Date created: 10 May 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1997/09/09 04:37:49 asami Exp $ +# $Id: Makefile,v 1.8 1997/12/25 22:29:51 asami Exp $ # DISTNAME= xcolors PKGNAME= xcolors-1.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.tut.ac.jp/pub/X11/X11R6/contrib/programs/ +MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/ MAINTAINER= ports@FreeBSD.ORG |