diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 21:21:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 21:21:37 +0800 |
commit | fe65c8ca13f646619fc7c3eb84a9362cb039d973 (patch) | |
tree | 156db41ec99fcc874620bb9a76689865c1d74d4c | |
parent | e5ecc6844564f9c971bd7073cd264ec723d891c7 (diff) | |
download | freebsd-ports-gnome-fe65c8ca13f646619fc7c3eb84a9362cb039d973.tar.gz freebsd-ports-gnome-fe65c8ca13f646619fc7c3eb84a9362cb039d973.tar.zst freebsd-ports-gnome-fe65c8ca13f646619fc7c3eb84a9362cb039d973.zip |
Change "x11 emulation" to "x11 emulators".
-rw-r--r-- | x11/x3270/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 413f90af0b6e..412c98aecf9c 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -3,11 +3,11 @@ # Date created: 31 January 1995 # Whom: janek # -# $Id: Makefile,v 1.6 1995/04/12 20:31:48 asami Exp $ +# $Id: Makefile,v 1.7 1995/05/13 10:11:35 asami Exp $ # DISTNAME= x3270-3.0.3.7 -CATEGORIES+= x11 emulation +CATEGORIES+= x11 emulators MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ \ ftp://ftp.x.org/contrib/applications/x3270/ |