aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2006-08-08 19:35:27 +0800
committerjmelo <jmelo@FreeBSD.org>2006-08-08 19:35:27 +0800
commit5e9903f3aedb67449232b63cd439e3c9ffccb12c (patch)
treecbd7c98c96f65fbc479bcb566487595284d09355 /sysutils
parent3b92dedc8a0fa0055e11193fad731bca19ae1cbb (diff)
downloadfreebsd-ports-gnome-5e9903f3aedb67449232b63cd439e3c9ffccb12c.tar.gz
freebsd-ports-gnome-5e9903f3aedb67449232b63cd439e3c9ffccb12c.tar.zst
freebsd-ports-gnome-5e9903f3aedb67449232b63cd439e3c9ffccb12c.zip
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rubygem-capistrano/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile
index dbf5153b0fca..f4841e6c5030 100644
--- a/sysutils/rubygem-capistrano/Makefile
+++ b/sysutils/rubygem-capistrano/Makefile
@@ -8,7 +8,8 @@
PORTNAME= capistrano
PORTVERSION= 1.1.0
CATEGORIES= sysutils rubygems
-MASTER_SITES= http://rubyforge.org/frs/download.php/9039/
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= r.s.a.vandomburg@student.utwente.nl
COMMENT= A utility for executing commands in parallel on multiple machines