diff options
-rw-r--r-- | x11-toolkits/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 1b9d7d3a16f..f9af1d02bab 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1999/03/16 19:42:33 nectar Exp $ +# $Id: Makefile,v 1.24 1999/04/05 22:47:14 jseger Exp $ # SUBDIR += FWF @@ -37,6 +37,7 @@ SUBDIR += xbae SUBDIR += xforms SUBDIR += xg + SUBDIR += xmhtml SUBDIR += xview-clients SUBDIR += xview-config SUBDIR += xview-lib diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index d24a07faba2..da1a55cf58a 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Feb 1999 # Whom: Peter Hawkins <thepish@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1999/02/21 03:22:20 thepish Exp $ +# $Id: Makefile,v 1.2 1999/02/22 07:35:20 asami Exp $ # DISTNAME= XmHTML-1.1.0 -CATEGORIES= x11 www +CATEGORIES= x11-toolkits www MASTER_SITES= ftp://crl.nmsu.edu/pub/XmHTML/ \ ftp://ftp.ist.co.uk/pub/motif/XmHTML/ \ ftp://ftp.nerdnet.nl/pub/X11/Widgets/XmHTML/ |