- Fix fetch problem

PR:		86539
Submitted by:	IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by:	Alexander Novitsky <alecn2002@yandex.ru> (maintainer),
		novel (mentor) (implicit)
This commit is contained in:
Emanuel Haupt 2005-10-16 18:01:34 +00:00
parent a606d5bc35
commit 76e493f9df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145575
2 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@ PORTVERSION= 1.09
CATEGORIES= textproc ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/1340/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= alecn2002@yandex.ru
@ -22,6 +22,7 @@ RUBY_SETUP= install.rb
CONFIGURE_ARGS= --prefix=${PREFIX}
RUBY_INSTALL_ARGS= --prefix=${PREFIX}
NOHARM_ARGS= --no-harm
WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
install-noharm:
@${ECHO_MSG} "===> Running ${RUBY_SETUP} to NOHARM-install (Just output, do nothing)"

View File

@ -1,2 +1,2 @@
MD5 (ruby/ruby-htmltools.tar.gz) = 62b55355964699f44e40d77e14e3eb70
SIZE (ruby/ruby-htmltools.tar.gz) = 26930
MD5 (ruby/ruby-htmltools-1.09.tar.gz) = 62b55355964699f44e40d77e14e3eb70
SIZE (ruby/ruby-htmltools-1.09.tar.gz) = 26930