diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-20 14:18:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-20 14:18:48 +0000 |
commit | 0715b0c448444c039e8eb21601205e82b656ccef (patch) | |
tree | 0786c9a066ac5c3a833da26f5f7cf8bcc8c76a97 /sysutils/glload | |
parent | a41112034ca1df1e8009356b8d3c48a59e12c2d7 (diff) |
Add "\" on the first MASTER_SITES line. My fault, sorry.
Submitted by: John Hay
Notes
Notes:
svn path=/head/; revision=15446
Diffstat (limited to 'sysutils/glload')
-rw-r--r-- | sysutils/glload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile index 6889140a1b49..bc99be8a5a7a 100644 --- a/sysutils/glload/Makefile +++ b/sysutils/glload/Makefile @@ -3,12 +3,12 @@ # Date created: 04 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/12/08 16:07:34 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/12/20 01:22:58 vanilla Exp $ # DISTNAME= glload-0.4.0 CATEGORIES= sysutils -MASTER_SITES= http://glload.netpedia.net/source/ +MASTER_SITES= http://glload.netpedia.net/source/ \ http://www.freebsd.org/~vanilla/ MAINTAINER= vanilla@FreeBSD.ORG |