diff options
author | jfieber <jfieber@FreeBSD.org> | 1998-03-13 23:06:39 +0800 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1998-03-13 23:06:39 +0800 |
commit | b9879e009f6c98ce1cfab0fec1fdf4d3aa104640 (patch) | |
tree | e32b7ccd8aac8919e67cfa241c4b30d105df1c46 /textproc/jade/Makefile | |
parent | 83afbc46c598fd49553bea75570ad1e99a5f8ada (diff) | |
download | freebsd-ports-gnome-b9879e009f6c98ce1cfab0fec1fdf4d3aa104640.tar.gz freebsd-ports-gnome-b9879e009f6c98ce1cfab0fec1fdf4d3aa104640.tar.zst freebsd-ports-gnome-b9879e009f6c98ce1cfab0fec1fdf4d3aa104640.zip |
Upgrade to version 1.1.
Adds XML support, including a utility to convert SGML files to XML files.
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r-- | textproc/jade/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index e40b0bccc5bf..9d33e4e53f76 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: jade -# Version required: 1.0.1 +# Version required: 1.1 # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.7 1997/09/06 04:21:03 jfieber Exp $ +# $Id: Makefile,v 1.8 1997/10/14 00:21:53 jfieber Exp $ # -DISTNAME= jade1_0_1 -PKGNAME= jade-1.0.1 +DISTNAME= jade1_1 +PKGNAME= jade-1.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ EXTRACT_SUFX= .zip |