From 2fa8ddcb996060ce7a0e20578716fab1f483cae4 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 8 Apr 2006 01:11:32 +0000 Subject: [PATCH] - Update MASTER_SITES and fix fetch - Litte reorganize in Makefile PR: 95432 Submitted by: Lars Engels --- devel/ruby-cache/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/ruby-cache/Makefile b/devel/ruby-cache/Makefile index 1c04cbb6c5c6..0f2302b86c51 100644 --- a/devel/ruby-cache/Makefile +++ b/devel/ruby-cache/Makefile @@ -8,8 +8,10 @@ PORTNAME= cache PORTVERSION= 0.3 CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= pupa/ruby-cache.pkg/${PORTVERSION} +MASTER_SITES= http://cvsup.theplanet.com/distfiles/ruby/ \ + http://ftp.nara.wide.ad.jp/pub/GNU/savannah/files/pupa/ruby-cache.pkg/${PORTVERSION}/ \ + http://gnu.rtin.bz/ftp/savannah/files/pupa/ruby-cache.pkg/${PORTVERSION}/ \ + http://mirror.services.wisc.edu/mirrors/gnu/savannah/files/pupa/ruby-cache.pkg/${PORTVERSION}/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby @@ -24,11 +26,7 @@ RUBY_SETUP= install.rb RUBY_RD_FILES= ${WRKSRC}/MANUAL.rd ${WRKSRC}/README.rd DOCS= ${RUBY_RD_FILES} ${RUBY_RD_HTML_FILES} -post-install: doc-install - -.include - -doc-install: +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} @@ -37,3 +35,5 @@ doc-install: ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/ .endif + +.include