diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 20:23:29 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-24 20:23:29 +0000 |
commit | 8e7b96da63e89932f3d62bec008be05ea61b6d1b (patch) | |
tree | e6cac445387128b113ec879b0ceea56a328b7662 | |
parent | 91d787b3f023825d3ac9f8b179f8ca6d71647517 (diff) |
devel/rubygem-gem_plugin: Cosmetic change
-rw-r--r-- | devel/rubygem-gem_plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/rubygem-gem_plugin/Makefile b/devel/rubygem-gem_plugin/Makefile index 534fd45939b3..1876b9cb65de 100644 --- a/devel/rubygem-gem_plugin/Makefile +++ b/devel/rubygem-gem_plugin/Makefile @@ -14,9 +14,10 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/gpgen |