diff options
-rw-r--r-- | devel/ruby-gems/Makefile.common | 2 | ||||
-rw-r--r-- | www/rubygem-redcloth/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-redcloth/distinfo | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/ruby-gems/Makefile.common b/devel/ruby-gems/Makefile.common index 484b56905f5e..ad1e68cc4b7e 100644 --- a/devel/ruby-gems/Makefile.common +++ b/devel/ruby-gems/Makefile.common @@ -34,4 +34,4 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ RUBYGEMBIN= ${LOCALBASE}/bin/gem do-install: - ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} diff --git a/www/rubygem-redcloth/Makefile b/www/rubygem-redcloth/Makefile index a724c617b19f..cd4a148be902 100644 --- a/www/rubygem-redcloth/Makefile +++ b/www/rubygem-redcloth/Makefile @@ -6,6 +6,7 @@ PORTNAME= redcloth PORTVERSION= 3.0.3 +DISTNAME= RedCloth-${PORTVERSION} CATEGORIES= www ruby MASTER_SITES= http://rubyforge.org/frs/download.php/2898/ diff --git a/www/rubygem-redcloth/distinfo b/www/rubygem-redcloth/distinfo index 795ca282f5a6..5afb71882603 100644 --- a/www/rubygem-redcloth/distinfo +++ b/www/rubygem-redcloth/distinfo @@ -1,2 +1,2 @@ -MD5 (rubygem/redcloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba -SIZE (rubygem/redcloth-3.0.3.gem) = 23040 +MD5 (rubygem/RedCloth-3.0.3.gem) = a12563b9bd3240328ac9b4eb471ea3ba +SIZE (rubygem/RedCloth-3.0.3.gem) = 23040 |