diff options
author | mph <mph@FreeBSD.org> | 1999-03-08 08:18:18 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-03-08 08:18:18 +0800 |
commit | 34b9db2f7343236273dfd73ce663d2f2ab69c612 (patch) | |
tree | 036cb7e36cc127d400a9b2f7dab3ad842fe3d482 /math | |
parent | 26855466b72b7c99e293641f047353bb51cc663f (diff) | |
download | freebsd-ports-gnome-34b9db2f7343236273dfd73ce663d2f2ab69c612.tar.gz freebsd-ports-gnome-34b9db2f7343236273dfd73ce663d2f2ab69c612.tar.zst freebsd-ports-gnome-34b9db2f7343236273dfd73ce663d2f2ab69c612.zip |
Fix distfile fennerage. The distfile now lives on sunsite.
Diffstat (limited to 'math')
-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 |