diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 01:48:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 01:48:04 +0000 |
commit | 52a8184a9081c3a757d7db6e6ef97ca70d268d6c (patch) | |
tree | 74b4ba6ad1956e1f8ef2f1309b3e084641503a7c /devel/ruby-gems | |
parent | 684100afa620aec216f0d93f37336f64bbaa0222 (diff) |
[FIX] Chase change of distfile of rubygem-redcloth
The distfile for the www/rubygem-redcloth port was renamed
and thus cannot be installed.
PR: ports/87461
Submitted by: Jonathan Weiss <jw@innerewut.de>
Notes
Notes:
svn path=/head/; revision=145490
Diffstat (limited to 'devel/ruby-gems')
-rw-r--r-- | devel/ruby-gems/Makefile.common | 2 |
1 files changed, 1 insertions, 1 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} |