diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-07 17:23:48 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-07 17:23:48 +0800 |
commit | 13c69a6dc4de502daeb185e0a69c67559e7ef655 (patch) | |
tree | 4c454d707d1a73b9cafefee056dbb4c1ded412de /sysutils | |
parent | 0f7a55c0c26d2eb137d1b4f67abeeffc069cb434 (diff) | |
download | freebsd-ports-gnome-13c69a6dc4de502daeb185e0a69c67559e7ef655.tar.gz freebsd-ports-gnome-13c69a6dc4de502daeb185e0a69c67559e7ef655.tar.zst freebsd-ports-gnome-13c69a6dc4de502daeb185e0a69c67559e7ef655.zip |
Correct the MASTER_SITES (my fault, sorry), and add my page as second SITE.
Remind by: david
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/glload/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile index 86e4bc1086d3..b98d97d8dd6d 100644 --- a/sysutils/glload/Makefile +++ b/sysutils/glload/Makefile @@ -3,17 +3,16 @@ # Date created: 04 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/12/06 14:06:05 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/12/07 09:07:01 obrien Exp $ # DISTNAME= glload-0.3.3 CATEGORIES= sysutils -MASTER_SITES= http://student.ex.ba-heidenheim.de/gload/ +MASTER_SITES= ftp://student.ex.ba-heidenheim.de/pub/glload/ \ + http://www.freebsd.org/~vanilla/ MAINTAINER= vanilla@FreeBSD.ORG -BROKEN= 'the single MASTER_SITE gives: "Alert!: HTTP/1.1 404 File Not Found"' - LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 USE_X_PREFIX= yes |