From c8f58ac167cc3870c57a609928ed86fa95852613 Mon Sep 17 00:00:00 2001 From: Rajesh Vaidheeswarran Date: Thu, 21 Sep 2000 22:03:26 +0000 Subject: [PATCH] Fix the FTP site URL with trailing slash. --- devel/cons/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/cons/Makefile b/devel/cons/Makefile index 2bc30ded2b05..86eb076e20e1 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/stable/ \ http://www.gnu.org/software/cons/stable/ \ - ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION} \ + ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION}/ \ http://www.baldmt.com/cons/stable/ EXTRACT_SUFX= .tgz