diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-08-31 15:30:00 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-08-31 15:30:00 +0000 |
commit | 430df7191cb43181b021e28be8e7b7cd36dc35b3 (patch) | |
tree | 42f4ff97ac7af7c6bebd7539887f33213f64159c /textproc/smartdoc-devel/files | |
parent | Remove sysutils/logtool-devel, older than stable and unmaintained (diff) |
Remove textproc/smartdoc-devel, older than stable and unmaintained
Notes
Notes:
svn path=/head/; revision=260290
Diffstat (limited to 'textproc/smartdoc-devel/files')
-rw-r--r-- | textproc/smartdoc-devel/files/catalog | 1 | ||||
-rw-r--r-- | textproc/smartdoc-devel/files/sdoc.sh.in | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/textproc/smartdoc-devel/files/catalog b/textproc/smartdoc-devel/files/catalog deleted file mode 100644 index 632495e7c338..000000000000 --- a/textproc/smartdoc-devel/files/catalog +++ /dev/null @@ -1 +0,0 @@ -PUBLIC "-//Tomoharu Asami//DTD PureSmartDoc XML V0.6.9//EN" "PureSmartDoc.dtd" diff --git a/textproc/smartdoc-devel/files/sdoc.sh.in b/textproc/smartdoc-devel/files/sdoc.sh.in deleted file mode 100644 index af777cd2cef7..000000000000 --- a/textproc/smartdoc-devel/files/sdoc.sh.in +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ - -JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/SmartDoc.jar" "$@" |