diff options
author | knu <knu@FreeBSD.org> | 2002-10-07 03:50:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-07 03:50:45 +0800 |
commit | d1e0876b858438e0f9ec74055349bbc2b2735f2b (patch) | |
tree | f18ae26b7e283ff442dbba82d8488ce3f001ba25 /security/ruby-acl/Makefile | |
parent | 62248341203678181dd36398958b79d37ad5a1ba (diff) | |
download | freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.zst freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip |
Reflect *_RD renaming.
Diffstat (limited to 'security/ruby-acl/Makefile')
-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 |