diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-08-10 22:25:19 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-08-10 22:25:19 +0000 |
commit | 5e3237d7877cd167012e59551e926ebda9054d40 (patch) | |
tree | d92cb7926d6c529e5d1c3d70cf505eb2b4178063 /deskutils/zorro | |
parent | c24f1cd82110127182eca4476c85f8d7f4c416fc (diff) |
Use new MASTER_SITE
Found by: distfile checker
Submitted by: Andreas Kohout <shanee@augusta.de>
Notes
Notes:
svn path=/head/; revision=7516
Diffstat (limited to 'deskutils/zorro')
-rw-r--r-- | deskutils/zorro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 28da84f372e2..d37feb3eb74f 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -3,15 +3,15 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.6 1996/11/21 12:27:50 asami Exp $ +# $Id: Makefile,v 1.7 1997/04/20 13:19:37 wosch Exp $ # DISTNAME= zorro-1.1p8 PKGNAME= zorro-1.1.8 CATEGORIES= misc tk41 -MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ +MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ -MAINTAINER= shanee@rabbit.augusta.de +MAINTAINER= shanee@augusta.de LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 |