diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-17 02:01:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-17 02:01:34 +0800 |
commit | cf27257affa75f4b9c57112f96cfdab375795464 (patch) | |
tree | 06f8dd732d49d2a236156d6117a52b2942de8a50 /textproc/ruby-htmltools | |
parent | 8dde52f28d074dc37e4675971904dc1350972b1a (diff) | |
download | freebsd-ports-gnome-cf27257affa75f4b9c57112f96cfdab375795464.tar.gz freebsd-ports-gnome-cf27257affa75f4b9c57112f96cfdab375795464.tar.zst freebsd-ports-gnome-cf27257affa75f4b9c57112f96cfdab375795464.zip |
- 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)
Diffstat (limited to 'textproc/ruby-htmltools')
-rw-r--r-- | textproc/ruby-htmltools/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-htmltools/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ruby-htmltools/Makefile b/textproc/ruby-htmltools/Makefile index cf23104d1733..2aa776c8837f 100644 --- a/textproc/ruby-htmltools/Makefile +++ b/textproc/ruby-htmltools/Makefile @@ -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)" diff --git a/textproc/ruby-htmltools/distinfo b/textproc/ruby-htmltools/distinfo index a6bdc1b6e781..0bc37de01816 100644 --- a/textproc/ruby-htmltools/distinfo +++ b/textproc/ruby-htmltools/distinfo @@ -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 |