diff options
Diffstat (limited to 'textproc/eruby/Makefile')
-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: |