diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
commit | f006f18654d67d8bfa9884d8efe2ee2607073b65 (patch) | |
tree | 1784ff99e30a4cf584a984aead37af331985f82d /textproc/eruby | |
parent | a80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff) | |
download | ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.tar.gz ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.zip |
Notes
Diffstat (limited to 'textproc/eruby')
-rw-r--r-- | textproc/eruby/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index f765a8198348..3c3aedbc9124 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -14,9 +14,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}" INSTALL_TARGET= site-install @@ -34,7 +32,7 @@ do-configure: post-build: .if !defined(NOPORTDOCS) - cd ${WRKSRC}; ${RUBY_RD} eruby.rd > eruby.html + cd ${WRKSRC}; ${RUBY_RD2} eruby.rd > eruby.html .endif post-install: |