diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-29 19:47:00 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-29 19:47:00 +0000 |
commit | 0656675f10ef6e3322c5fec031302a757890014f (patch) | |
tree | 2a767e44edd74765a94addfe42b59d97ff1371c0 /emulators/vgb | |
parent | eb8f5fd5663114ebd7bd2a80aeb6490f33737c4b (diff) | |
download | ports-0656675f10ef6e3322c5fec031302a757890014f.tar.gz ports-0656675f10ef6e3322c5fec031302a757890014f.zip |
Notes
Diffstat (limited to 'emulators/vgb')
-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 f95e8e69725a..1fde1e3c1f47 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 |