diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-04-01 23:19:39 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-04-01 23:19:39 +0000 |
commit | 74dd353316aa91c9bb3f48e8e5a6ad5cc62c3aac (patch) | |
tree | 60e6c3117e2e92ad97170b8e0cbbd3da8f2772e8 | |
parent | Update MASTER_SITES pointer to ftp.x.org since previous no longer exists. (diff) |
MASTER_SITE_SUBDIR: system/Emulators => system/emulators
Requested by: Bill Fenner
Notes
Notes:
svn path=/head/; revision=6099
-rw-r--r-- | emulators/x48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 8179c37e0877..cbd350187eca 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -3,13 +3,13 @@ # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/11/12 02:17:07 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/18 10:35:50 asami Exp $ # DISTNAME= x48-0.4.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/Emulators +MASTER_SITE_SUBDIR= system/emulators MAINTAINER= erich@FreeBSD.org |