diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 20:23:44 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 20:23:44 +0000 |
commit | ea342c604be2bc6ef6e9835d05faeb94c2eafb6a (patch) | |
tree | 6a3ec3a50041b4aca6c135929bfe411acd987907 | |
parent | c4586224f0e8530d70e06ec175a8cda6c11a645f (diff) |
textproc/rubygem-rttool: Cosmetic change
-rw-r--r-- | textproc/rubygem-rttool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubygem-rttool/Makefile b/textproc/rubygem-rttool/Makefile index 6e440cfa2cea..1e1a31bdea0d 100644 --- a/textproc/rubygem-rttool/Makefile +++ b/textproc/rubygem-rttool/Makefile @@ -9,10 +9,10 @@ COMMENT= RT into HTML and plain text converter LICENSE= GPLv2 RUBY LICENSE_COMB= dual -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/rdrt2 bin/rt2 |