diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2002-07-29 10:53:16 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2002-07-29 10:53:16 +0000 |
commit | cdea8ba0f44faa549da376745381738a4ec0a204 (patch) | |
tree | f8f4de05b61c4f72f3537f3cfe66d42cc09da783 /textproc/smartdoc-devel/scripts/configure | |
parent | Added some path configuration tweaks for FreeBSD ports layout (diff) |
New port for SmartDoc development version(Beta). First, put
beta of 1.0.0 at 1/7/2002(1.0.1b) with 1.0.0.20020701.
Notes
Notes:
svn path=/head/; revision=63694
Diffstat (limited to 'textproc/smartdoc-devel/scripts/configure')
-rw-r--r-- | textproc/smartdoc-devel/scripts/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/smartdoc-devel/scripts/configure b/textproc/smartdoc-devel/scripts/configure new file mode 100644 index 000000000000..a2703a536bda --- /dev/null +++ b/textproc/smartdoc-devel/scripts/configure @@ -0,0 +1,5 @@ +#!/bin/sh + +export JAVALIBDIR + +perl -pi -e 's|%%JAVALIBDIR%%|$ENV{JAVALIBDIR}|g;s|%%LOCALBASE%%|$ENV{LOCALBASE}|g;' ${WRKSRC}/bin/sdoc |