diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-16 09:48:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-16 09:48:04 +0800 |
commit | a1603604908e442af73d4b014e490934fb41f401 (patch) | |
tree | d854c41043d3ac5e287a3264092fe863c43595c1 /devel/ruby-gems | |
parent | 0c249e51907fa8b73a24b3394809f0264225cc8e (diff) | |
download | freebsd-ports-gnome-a1603604908e442af73d4b014e490934fb41f401.tar.gz freebsd-ports-gnome-a1603604908e442af73d4b014e490934fb41f401.tar.zst freebsd-ports-gnome-a1603604908e442af73d4b014e490934fb41f401.zip |
[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>
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} |