diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-06-01 01:59:17 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-06-01 01:59:17 +0000 |
commit | c91ce331dcde956cb1b0c91d1557caa449556014 (patch) | |
tree | 586e7761684671e735321ec731e64d53f5ccb0a0 /emulators/fmsx/Makefile | |
parent | Give zebra a config directory of it's own ${PREFIX}/etc/zebra (diff) |
Finally managed to track down a MASTER_SITE that actually has this beast.
Also the filename has changed (but not the md5).
Notes
Notes:
svn path=/head/; revision=11199
Diffstat (limited to 'emulators/fmsx/Makefile')
-rw-r--r-- | emulators/fmsx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index ebbe13d361ae..b20aa49b0202 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -3,14 +3,13 @@ # Date created: 15 Oct 1996 # Whom: dk # -# $Id: Makefile,v 1.3 1997/03/24 18:44:29 obrien Exp $ +# $Id: Makefile,v 1.4 1997/07/21 19:28:42 max Exp $ # -DISTNAME= fMSX-1.5 +DISTNAME= fMSX PKGNAME= fmsx-1.5 CATEGORIES= emulators -MASTER_SITES= ftp://cam031313.student.utwente.nl/pub/MSX/fMSX/ \ - ftp://ftp.saitama-u.ac.jp/pub/msx/cam031313.student.utwente.nl/fMSX/ +MASTER_SITES= http://www.komkon.org/fms/fMSX/ EXTRACT_SUFX= .tar.Z MAINTAINER= dk@farm.org |