diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-11-20 20:30:34 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-11-20 20:30:34 +0000 |
commit | 18ae0890c5b503037de6af634fabcf8f87542262 (patch) | |
tree | 068dfb2d0ae456a2fb6fedfd74b300b0b20986bd /textproc | |
parent | 8e0e9a9bd4978ad5c8070b53dab4254190effa25 (diff) | |
download | ports-18ae0890c5b503037de6af634fabcf8f87542262.tar.gz ports-18ae0890c5b503037de6af634fabcf8f87542262.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/smartdoc-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/smartdoc-devel/distinfo | 2 | ||||
-rw-r--r-- | textproc/smartdoc-devel/scripts/configure | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile index 26b2ca52c25f..d1e9cdd14091 100644 --- a/textproc/smartdoc-devel/Makefile +++ b/textproc/smartdoc-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smartdoc -PORTVERSION= 1.0.0.20030113 +PORTVERSION= 1.0.0.20031106 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri/smartdoc diff --git a/textproc/smartdoc-devel/distinfo b/textproc/smartdoc-devel/distinfo index e043c6e5ef35..f3a23524b8c8 100644 --- a/textproc/smartdoc-devel/distinfo +++ b/textproc/smartdoc-devel/distinfo @@ -1 +1 @@ -MD5 (smartdoc/smartdoc-1.0.0.20030113.zip) = 946e1cbffe9525234efdcec9b33b6643 +MD5 (smartdoc/smartdoc-1.0.0.20031106.zip) = 748c384d546399b76d1142d231a92ff9 diff --git a/textproc/smartdoc-devel/scripts/configure b/textproc/smartdoc-devel/scripts/configure index a2703a536bda..a8ef244b8413 100644 --- a/textproc/smartdoc-devel/scripts/configure +++ b/textproc/smartdoc-devel/scripts/configure @@ -2,4 +2,5 @@ export JAVALIBDIR -perl -pi -e 's|%%JAVALIBDIR%%|$ENV{JAVALIBDIR}|g;s|%%LOCALBASE%%|$ENV{LOCALBASE}|g;' ${WRKSRC}/bin/sdoc +/usr/bin/sed -i "" -E -e "s|%%JAVALIBDIR%%|${JAVALIBDIR}|g" \ + -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/bin/sdoc |