aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-cache
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-08 01:11:32 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-08 01:11:32 +0000
commit2fa8ddcb996060ce7a0e20578716fab1f483cae4 (patch)
treea168ee8914ba161083427bc180d2844dd4b8c25a /devel/ruby-cache
parentd817178d2fb1c93a3f34639b9228168f3a3c1ddf (diff)
downloadports-2fa8ddcb996060ce7a0e20578716fab1f483cae4.tar.gz
ports-2fa8ddcb996060ce7a0e20578716fab1f483cae4.zip
Notes
Diffstat (limited to 'devel/ruby-cache')
-rw-r--r--devel/ruby-cache/Makefile14
1 files 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 <bsd.port.mk>
-
-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 <bsd.port.mk>