diff options
author | tota <tota@FreeBSD.org> | 2010-11-14 15:48:13 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-11-14 15:48:13 +0800 |
commit | d2cafe8c25dd9234f9756bc20ad73d1ef90992e1 (patch) | |
tree | 5041350adbec17ef8a8ee122bab57c236a84dc59 /security/rubygem-roauth | |
parent | 5a29aa4137692fef444e738c695f6c310c6e1f8b (diff) | |
download | freebsd-ports-gnome-d2cafe8c25dd9234f9756bc20ad73d1ef90992e1.tar.gz freebsd-ports-gnome-d2cafe8c25dd9234f9756bc20ad73d1ef90992e1.tar.zst freebsd-ports-gnome-d2cafe8c25dd9234f9756bc20ad73d1ef90992e1.zip |
- Fix typo
Diffstat (limited to 'security/rubygem-roauth')
-rw-r--r-- | security/rubygem-roauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-roauth/Makefile b/security/rubygem-roauth/Makefile index 3b64fecfd807..30683d36f915 100644 --- a/security/rubygem-roauth/Makefile +++ b/security/rubygem-roauth/Makefile @@ -15,6 +15,6 @@ COMMENT= Simple Ruby OAuth library USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEMS_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |