diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /emulators | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.zst freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 2 | ||||
-rw-r--r-- | emulators/bochs/Makefile | 2 | ||||
-rw-r--r-- | emulators/quasi88/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index e7bbd9c0b89a..6ca5f4873c0b 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -32,7 +32,7 @@ ATARI_XF= ataribas.rom atariosb.rom atarixl.rom demos1.xfd \ demos2.xfd dos25.xfd mydos45d.atr ATARI_LIB= ${PREFIX}/share/atari SED_CONFIG= ${ATARI_LIB:S/\//\\\//g} -DOC_FILES= BUGS CHANGES CREDITS INSTALL README TODO USAGE +DOC_FILES= BUGS CHANGES CREDITS INSTALL README TODO USAGE MAN1= atari800.1 diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 86c731e5cbc4..82a7c1d5838b 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -9,7 +9,7 @@ PORTNAME= bochs PORTVERSION= 2000.0325 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.bochs.com/bochs/ +MASTER_SITES= ftp://ftp.bochs.com/bochs/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}a MAINTAINER= ports@FreeBSD.org diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index eb2a1142a3a9..0c278cda7618 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -9,7 +9,7 @@ PORTNAME= quasi88 PORTVERSION= 0.3.2 CATEGORIES= emulators MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tgz MAINTAINER= nishika@cheerful.com |