diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 19:21:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 19:21:36 +0000 |
commit | cb07270bfe4b330033ca50711c0cf542623c4ad1 (patch) | |
tree | ee07ead2de09ca12c5066f1934dd8381702cc6e0 /textproc/dtdinst | |
parent | 9c26067c12c747b733fa8f8539446975566ff6bf (diff) | |
download | ports-cb07270bfe4b330033ca50711c0cf542623c4ad1.tar.gz ports-cb07270bfe4b330033ca50711c0cf542623c4ad1.zip |
Notes
Diffstat (limited to 'textproc/dtdinst')
-rw-r--r-- | textproc/dtdinst/Makefile | 1 | ||||
-rw-r--r-- | textproc/dtdinst/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dtdinst/Makefile b/textproc/dtdinst/Makefile index ac3897ba4293..b1cabb7e4d24 100644 --- a/textproc/dtdinst/Makefile +++ b/textproc/dtdinst/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org +COMMENT= Converts DTDs to XML instance, in a specific or RELAX NG format USE_JAVA= 1.1+ NO_BUILD= yes diff --git a/textproc/dtdinst/pkg-comment b/textproc/dtdinst/pkg-comment deleted file mode 100644 index 92dfcdaa7689..000000000000 --- a/textproc/dtdinst/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts DTDs to XML instance, in a specific or RELAX NG format |