diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-02-05 03:45:32 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-02-05 03:45:32 +0000 |
commit | 9dce94ea1ca6f8b2f71aa29048464d8f1d0f5870 (patch) | |
tree | d479d7f38556248e2ab65e9bfbabae32025156e0 /textproc/smartdoc/scripts/configure | |
parent | - Update to java.bsd.mk 2.0 (diff) |
- Update to bsd.java.mk 2.0
- Use JAVAJARDIR
- Use PORTDOCS (and calm portlint)
- 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/scripts/configure')
-rw-r--r-- | textproc/smartdoc/scripts/configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/smartdoc/scripts/configure b/textproc/smartdoc/scripts/configure deleted file mode 100644 index a2703a536bda..000000000000 --- a/textproc/smartdoc/scripts/configure +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -export JAVALIBDIR - -perl -pi -e 's|%%JAVALIBDIR%%|$ENV{JAVALIBDIR}|g;s|%%LOCALBASE%%|$ENV{LOCALBASE}|g;' ${WRKSRC}/bin/sdoc |