diff options
author | dent <dent> | 2001-01-11 21:21:17 +0000 |
---|---|---|
committer | dent <dent> | 2001-01-11 21:21:17 +0000 |
commit | 9a82b9581327eb1a823cc62902ade5d69828aee2 (patch) | |
tree | 0134239c65e48ad5a2340edd828a4b092388faea /emulators/stella | |
parent | 6a9bf354e21b5d4acd2e5f5a34e1162afdc6aa46 (diff) | |
download | pkgsrc-9a82b9581327eb1a823cc62902ade5d69828aee2.tar.gz |
Fix typo.
Diffstat (limited to 'emulators/stella')
-rw-r--r-- | emulators/stella/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 237e800d141..7deef7dda2b 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/18 23:14:16 tv Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/11 21:21:17 dent Exp $ DISTNAME= stella-1.1-src PKGNAME= stella-1.1 @@ -6,7 +6,7 @@ CATEGORIES= emulators MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/stella/1.1/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://stellar.atari.org/ +HOMEPAGE= http://stella.atari.org/ USE_X11= yes |