diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-03-08 00:18:18 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-03-08 00:18:18 +0000 |
commit | b2dcbdac3602820b5ab2b3ba750ce689cc3b8a6b (patch) | |
tree | 675f3540e53e1da0fad9945f8e68ca3ef917bb09 /math/xgfe | |
parent | Upgrade to libwww-5.2.6. (diff) |
Fix distfile fennerage. The distfile now lives on sunsite.
Notes
Notes:
svn path=/head/; revision=17047
Diffstat (limited to 'math/xgfe')
-rw-r--r-- | math/xgfe/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 6785317bb8c3..2668ea90e018 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -3,12 +3,13 @@ # Date created: 24 March 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.7 1998/08/12 06:29:30 asami Exp $ +# $Id: Makefile,v 1.8 1998/11/08 20:27:52 mph Exp $ # -DISTNAME= xgfe-2.0 -CATEGORIES= math -MASTER_SITES= http://jasper.he.net/~dmishee/xgfe/download/ +DISTNAME= xgfe-2.0 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/graphics/visualization MAINTAINER= mph@freebsd.org |