summaryrefslogtreecommitdiff
path: root/security/ruby-acl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 19:50:45 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 19:50:45 +0000
commitf006f18654d67d8bfa9884d8efe2ee2607073b65 (patch)
tree1784ff99e30a4cf584a984aead37af331985f82d /security/ruby-acl
parentRename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2, (diff)
Reflect *_RD renaming.
Notes
Notes: svn path=/head/; revision=67500
Diffstat (limited to 'security/ruby-acl')
-rw-r--r--security/ruby-acl/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile
index c4091c761189..5afba8fa5053 100644
--- a/security/ruby-acl/Makefile
+++ b/security/ruby-acl/Makefile
@@ -15,16 +15,13 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
-
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+USE_RUBY_RDTOOL= yes
do-build:
.if !defined(NOPORTDOCS)
.for f in acl.rd acl.rd.ja
@cd ${WRKSRC}/doc; \
- ${RUBY_RD} ${f} > ${f:S/.rd/.html/}
+ ${RUBY_RD2} ${f} > ${f:S/.rd/.html/}
.endfor
.endif