diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 19:48:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 19:48:30 +0800 |
commit | e95755c43ddd2360c7c18d1eed7b1f5e27645446 (patch) | |
tree | 8ca9822b6ca5b5babdb2aebb068e4384c94b791f /emulators/wine | |
parent | 1c40054f41ec5102016130f122944f7ac5666753 (diff) | |
download | freebsd-ports-gnome-e95755c43ddd2360c7c18d1eed7b1f5e27645446.tar.gz freebsd-ports-gnome-e95755c43ddd2360c7c18d1eed7b1f5e27645446.tar.zst freebsd-ports-gnome-e95755c43ddd2360c7c18d1eed7b1f5e27645446.zip |
Change category name from "emulation" to "emulators". This was the
most confusing of all!
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b927a4c83f58..696fd24fecb3 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,13 +3,13 @@ # Date created: Fri Oct 6 23:43:28 MET 1995 # Whom: se # -# $Id: Makefile,v 1.14 1995/10/10 17:11:30 se Exp $ +# $Id: Makefile,v 1.15 1995/11/09 07:23:07 asami Exp $ # DATE= 951105 DISTNAME= Wine-${DATE} PKGNAME= wine-95.11.05 -CATEGORIES+= emulation x11 +CATEGORIES+= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \ ftp://aris.com/pub/linux/ALPHA/Wine/development/ \ ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ |