summaryrefslogtreecommitdiff
path: root/lang/ruby-reference
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-21 14:22:05 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-21 14:22:05 +0000
commitb9c97365c2c64078f9f48bf26e47e9dc3bc774b9 (patch)
tree963c4b047540c7a17d8caf8cca342a0d61958677 /lang/ruby-reference
parentAdd p5-WWW-Google-Video 0.3, this's a interface for fetch the Google (diff)
- Fix PORTNAME (use PKGNAMEPREFIX)
- Add mirror - Take maintainership PR: ports/100631 Submitted by: Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru>
Notes
Notes: svn path=/head/; revision=168381
Diffstat (limited to 'lang/ruby-reference')
-rw-r--r--lang/ruby-reference/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/ruby-reference/Makefile b/lang/ruby-reference/Makefile
index ad8f4a06f5a6..6d3792e9a518 100644
--- a/lang/ruby-reference/Makefile
+++ b/lang/ruby-reference/Makefile
@@ -5,17 +5,19 @@
# $FreeBSD$
#
-PORTNAME= ruby-reference
+PORTNAME= reference
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= lang ruby
MASTER_SITES= http://cvsup.theplanet.com/distfiles/ruby/ \
- ftp://ftp.iDaemons.org/pub/distfiles/ruby/
+ ftp://ftp.iDaemons.org/pub/distfiles/ruby/ \
+ http://mbsd.msk.ru/dist/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= rubyref_html_${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Ruby Class and Module Reference, in HTML format
USE_RUBY= yes