From b9c97365c2c64078f9f48bf26e47e9dc3bc774b9 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 21 Jul 2006 14:22:05 +0000 Subject: - Fix PORTNAME (use PKGNAMEPREFIX) - Add mirror - Take maintainership PR: ports/100631 Submitted by: Stanislav Sedov --- lang/ruby-reference/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/ruby-reference') 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 -- cgit v1.2.3