diff options
Diffstat (limited to 'textproc/rubygem-ri_cal')
-rw-r--r-- | textproc/rubygem-ri_cal/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-ri_cal/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/rubygem-ri_cal/Makefile b/textproc/rubygem-ri_cal/Makefile index 48bff3d23009..4a08ec254145 100644 --- a/textproc/rubygem-ri_cal/Makefile +++ b/textproc/rubygem-ri_cal/Makefile @@ -14,7 +14,8 @@ NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/ri_cal .include <bsd.port.mk> diff --git a/textproc/rubygem-ri_cal/pkg-descr b/textproc/rubygem-ri_cal/pkg-descr index 207196539a08..fcac6f290b9b 100644 --- a/textproc/rubygem-ri_cal/pkg-descr +++ b/textproc/rubygem-ri_cal/pkg-descr @@ -16,4 +16,4 @@ Enumeration of recurring occurrences. For example, if an Event has one or more recurrence rules, then the occurrences of the event can be enumerated as a series of Event occurrences. -WWW: http://rubygems.org/gems/ri_cal/ +WWW: https://github.com/rubyredrick/ri_cal |