diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-07 22:23:36 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-07 22:23:36 +0000 |
commit | 9ab1a1c84c7f9665464bda46f988e4897c7c9971 (patch) | |
tree | ca37d1304e432d8f621fd32e68ddd76bb69b56bc /misc | |
parent | Add vbidecode (diff) |
Fix mistake in MASTER_SITE URL
Notes
Notes:
svn path=/head/; revision=19301
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vbidecode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile index 6f2291b9104a..fda8c111c622 100644 --- a/misc/vbidecode/Makefile +++ b/misc/vbidecode/Makefile @@ -3,14 +3,14 @@ # Date created: Mon June 7 16:11:00 BST 1999 # Whom: Roger Hardiman <roger@freebsd.org> # -# $Id: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $ +# $Id: Makefile,v 1.1.1.1 1999/06/07 22:10:30 roger Exp $ # # Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver # It therefore has a DISTNAME of vbidecode but DISTFILES of bttv DISTNAME= vbidecode-1.1.3 CATEGORIES= misc -MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/ +MASTER_SITES= http://www.thp.Uni-Koeln.DE/~rjkm/linux/ DISTFILES= bttv-0.6.4.tar.gz MAINTAINER= roger@freebsd.org |