diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-29 19:47:00 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-29 19:47:00 +0000 |
commit | 8642e8c9781352b27749aa14b8e3f75a053a11b4 (patch) | |
tree | 3d2fb1422ab57a6204ebbdc7f011a1ce92942ee5 /emulators | |
parent | ce92b6df4bad9f771ca3af6ea56dcf9873678d04 (diff) | |
download | FreeBSD-ports-8642e8c9781352b27749aa14b8e3f75a053a11b4.zip FreeBSD-ports-8642e8c9781352b27749aa14b8e3f75a053a11b4.tar.gz |
fix MASTER_SITES (freefall -> freefall.freebsd.org)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index f95e8e6..1fde1e3 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -3,13 +3,13 @@ # Date created: 31 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/11/15 16:35:31 erich Exp $ +# $Id: Makefile,v 1.2 1996/11/16 09:00:17 asami Exp $ # DISTNAME= GB PKGNAME= vgb-0.7 CATEGORIES= emulators -MASTER_SITES= ftp://freefall/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ DISTFILES= VGB.tar.Z MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp |