diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-23 19:48:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-23 19:48:10 +0000 |
commit | f2647c657302f9c7068254463c165210d7673fd9 (patch) | |
tree | f5052195f02d49c16c30e169e65c3b01a9b16dd7 | |
parent | Add LICENSE_FILE (diff) |
Cosmetic change
Notes
Notes:
svn path=/head/; revision=545993
-rw-r--r-- | textproc/rubygem-emot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubygem-emot/Makefile b/textproc/rubygem-emot/Makefile index edfca8f2d566..21219003f2af 100644 --- a/textproc/rubygem-emot/Makefile +++ b/textproc/rubygem-emot/Makefile @@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-thor>=0:devel/rubygem-thor -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/emot |