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 /security | |
parent | a80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff) | |
download | ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.tar.gz ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-acl/Makefile | 7 |
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 |