From 5e9903f3aedb67449232b63cd439e3c9ffccb12c Mon Sep 17 00:00:00 2001 From: jmelo Date: Tue, 8 Aug 2006 11:35:27 +0000 Subject: - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem. Approved by: portmgr (erwin) --- comms/ruby-serialport/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/ruby-serialport/Makefile b/comms/ruby-serialport/Makefile index 55f22b35c7fa..11ce008d5c75 100644 --- a/comms/ruby-serialport/Makefile +++ b/comms/ruby-serialport/Makefile @@ -9,7 +9,8 @@ PORTNAME= serialport PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= comms ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/72/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -- cgit