diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-05 04:01:25 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-05 04:01:25 +0000 |
commit | bba475b325efa2e3cc7a22fefe97cff615fa7a3a (patch) | |
tree | 13f5db14971b12551149566028bba74a5abca298 /textproc/smartdoc-devel/scripts/configure | |
parent | - Update to bsd.java.mk 2.0 (diff) |
- Update to bsd.java.mk 2.0
- Use JAVAJARDIR
- Use PORTDOCS
- CP -> INSTALL_DATA
- Improve the launcher shell script: use javavmwrapper 2.0 rather than testing
manually the JDK version
- Use SUB_FILES to configure launcher rather than a perl script
Diffstat (limited to 'textproc/smartdoc-devel/scripts/configure')
-rw-r--r-- | textproc/smartdoc-devel/scripts/configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/smartdoc-devel/scripts/configure b/textproc/smartdoc-devel/scripts/configure deleted file mode 100644 index a8ef244b8413..000000000000 --- a/textproc/smartdoc-devel/scripts/configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -export JAVALIBDIR - -/usr/bin/sed -i "" -E -e "s|%%JAVALIBDIR%%|${JAVALIBDIR}|g" \ - -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/bin/sdoc |