aboutsummaryrefslogtreecommitdiff
path: root/security
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
parenta80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff)
downloadports-f006f18654d67d8bfa9884d8efe2ee2607073b65.tar.gz
ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.zip
Notes
Diffstat (limited to 'security')
-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